Skip to content

Commit 622a28f

Browse files
committed
Fix conflict
1 parent cfbd410 commit 622a28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/driver/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ endif()
7979

8080
add_dependencies(clang clang-resource-headers)
8181

82-
option(CLANG_LINK_FLANG "Create flang install link to clang" ON)
82+
option(CLANG_LINK_FLANG "Create flang install link to clang" OFF)
8383
#Only create flang symlink if Flang is not being built
8484
list(FIND LLVM_ENABLE_PROJECTS flang FLANG_TARGET_INDEX)
8585

0 commit comments

Comments
 (0)