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 06b57f3 commit 7058849Copy full SHA for 7058849
cmake/modules/AddSwiftHostLibrary.cmake
@@ -92,6 +92,10 @@ function(add_swift_syntax_library name)
92
$<$<COMPILE_LANGUAGE:Swift>:-wmo>)
93
endif()
94
95
+ target_compile_options(${name} PRIVATE
96
+ $<$<COMPILE_LANGUAGE:Swift>:-color-diagnostics>
97
+ )
98
+
99
if(LLVM_USE_LINKER)
100
target_link_options(${name} PRIVATE
101
"-use-ld=${LLVM_USE_LINKER}"
0 commit comments