Clang] Fix expansion of response files in -Wp after integrated-cc1 change
[llvm-project.git] / llvm / lib / DWARFLinker / CMakeLists.txt
blobf8c613366409b62b77d4a9c2e49699e7a0950025
1 add_llvm_component_library(LLVMDWARFLinker
2   DWARFLinkerCompileUnit.cpp
3   DWARFLinkerDeclContext.cpp
4   DWARFLinker.cpp
6   DEPENDS
7   intrinsics_gen
8   )