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 2110f92 commit a0313b1Copy full SHA for a0313b1
clang/cmake/caches/Release.cmake
@@ -140,7 +140,7 @@ set_final_stage_var(LLVM_ENABLE_PROJECTS "${LLVM_RELEASE_ENABLE_PROJECTS}" STRIN
140
if (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux")
141
set_final_stage_var(CLANG_BOLT "INSTRUMENT" STRING)
142
endif()
143
-+# We want to generate an installer on Windows.
+# We want to generate an installer on Windows.
144
if(NOT ${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
145
set_final_stage_var(CPACK_GENERATOR "TXZ" STRING)
146
0 commit comments