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.
2 parents 28de2e0 + 766073c commit f405cd5Copy full SHA for f405cd5
clang/tools/driver/CMakeLists.txt
@@ -108,7 +108,7 @@ foreach(link ${CLANG_LINKS_TO_CREATE} ${HLSL_LINK})
108
endif()
109
endforeach()
110
install(SCRIPT ${INSTALL_SYMLINK}
111
- CODE "install_symlink(flang flang-classic bin create_symlink)"
+ CODE "install_symlink(flang flang-new bin create_symlink)"
112
COMPONENT ${component})
113
else()
114
add_clang_symlink(${link} clang)
0 commit comments