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 a9ff420 + 1255507 commit 6eca2fdCopy full SHA for 6eca2fd
clang/tools/driver/CMakeLists.txt
@@ -136,9 +136,9 @@ add_custom_target(clang-features-file DEPENDS ${features_file_dest})
136
add_dependencies(clang clang-features-file)
137
install(FILES ${features_file_dest}
138
DESTINATION "share/clang"
139
- COMPONENT clang)
+ COMPONENT clang-features-file)
140
if(NOT LLVM_ENABLE_IDE)
141
- add_llvm_install_targets("install-features-file"
+ add_llvm_install_targets("install-clang-features-file"
142
DEPENDS clang-features-file
143
144
endif()
0 commit comments