diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt index 7ed5f97dbd5..066aaab48cc 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -1,5 +1,10 @@ add_llvm_library(LLVMAsmPrinter AsmPrinter.cpp + DIE.cpp + DwarfDebug.cpp + DwarfException.cpp + DwarfLabel.cpp + DwarfPrinter.cpp DwarfWriter.cpp OcamlGCPrinter.cpp ) |

