We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8ea94 commit f1f3604Copy full SHA for f1f3604
Runtimes/Core/cmake/modules/CompilerSettings.cmake
@@ -44,13 +44,3 @@ HAVE_SWIFT_ASYNC_CALL)
44
if(NOT HAVE_SWIFT_ASYNC_CALL)
45
message(SEND_ERROR "CXX Compiler must support Swift async calling conventions")
46
endif()
47
-
48
-check_compiler_flag(Swift "-color-diagnostics" HAVE_SWIFT_COLOR_DIAGNOSTICS)
49
-if(HAVE_SWIFT_COLOR_DIAGNOSTICS)
50
- add_compile_options($<$<COMPILE_LANGUAGE:Swift>:-color-diagnostics>)
51
-endif()
52
53
-check_compiler_flag(Swift "-diagnostic-style swift" HAVE_SWIFT_DIAGNOSTIC_STYLE)
54
-if(HAVE_SWIFT_DIAGNOSTIC_STYLE)
55
- add_compile_options($<$<COMPILE_LANGUAGE:Swift>:-diagnostic-style$<SEMICOLON>swift>)
56
0 commit comments