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 cb8bae1 commit ae20d62Copy full SHA for ae20d62
clang/tools/driver/CMakeLists.txt
@@ -104,7 +104,7 @@ foreach(link ${CLANG_LINKS_TO_CREATE} ${HLSL_LINK})
104
endif()
105
endforeach()
106
install(SCRIPT ${INSTALL_SYMLINK}
107
- CODE "install_symlink(flang flang-classic bin create_symlink)"
+ CODE "install_symlink(flang flang-new bin create_symlink)"
108
COMPONENT ${component})
109
else()
110
add_clang_symlink(${link} clang)
0 commit comments