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 ff8f6ab commit 165a3d6Copy full SHA for 165a3d6
clang/cmake/modules/AddClang.cmake
@@ -138,10 +138,6 @@ macro(add_clang_library name)
138
ARCHIVE DESTINATION lib${LLVM_LIBDIR_SUFFIX}
139
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
140
141
- if (LLVM_ENABLE_PDB)
142
- install(FILES $<TARGET_PDB_FILE:${name}> DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT ${name} OPTIONAL)
143
- endif()
144
-
145
if (NOT LLVM_ENABLE_IDE)
146
add_llvm_install_targets(install-${lib}
147
DEPENDS ${lib}
0 commit comments