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 1590ef3 commit e100f54Copy full SHA for e100f54
lld/cmake/modules/AddLLD.cmake
@@ -58,6 +58,10 @@ macro(add_lld_tool name)
58
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
59
COMPONENT ${name})
60
61
+ if (LLVM_ENABLE_PDB)
62
+ install(FILES $<TARGET_PDB_FILE:${name}> DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT ${name} OPTIONAL)
63
+ endif()
64
+
65
if(NOT CMAKE_CONFIGURATION_TYPES)
66
add_llvm_install_targets(install-${name}
67
DEPENDS ${name}
0 commit comments