Skip to content

Commit f405cd5

Browse files
authored
change fortran default from flang-classic to flang-new (llvm#678)
2 parents 28de2e0 + 766073c commit f405cd5

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
@@ -108,7 +108,7 @@ foreach(link ${CLANG_LINKS_TO_CREATE} ${HLSL_LINK})
108108
endif()
109109
endforeach()
110110
install(SCRIPT ${INSTALL_SYMLINK}
111-
CODE "install_symlink(flang flang-classic bin create_symlink)"
111+
CODE "install_symlink(flang flang-new bin create_symlink)"
112112
COMPONENT ${component})
113113
else()
114114
add_clang_symlink(${link} clang)

0 commit comments

Comments
 (0)