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 cfbd410 commit 622a28fCopy full SHA for 622a28f
clang/tools/driver/CMakeLists.txt
@@ -79,7 +79,7 @@ endif()
79
80
add_dependencies(clang clang-resource-headers)
81
82
-option(CLANG_LINK_FLANG "Create flang install link to clang" ON)
+option(CLANG_LINK_FLANG "Create flang install link to clang" OFF)
83
#Only create flang symlink if Flang is not being built
84
list(FIND LLVM_ENABLE_PROJECTS flang FLANG_TARGET_INDEX)
85
0 commit comments