Skip to content

Commit ae20d62

Browse files
committed
change fortran default from flang-classic to flang-new
1 parent cb8bae1 commit ae20d62

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

0 commit comments

Comments
 (0)