diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-04-04 19:09:29 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-04-04 19:09:29 +0000 |
| commit | 9efd11893808814b4a6ba7a4379ab890425a9ac9 (patch) | |
| tree | 55a48ab42ce069036da6933bf18bb285e2379a9f /llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt | |
| parent | 2b40a207bc23568e396e32db02d465329e1659e5 (diff) | |
| download | bcm5719-llvm-9efd11893808814b4a6ba7a4379ab890425a9ac9.tar.gz bcm5719-llvm-9efd11893808814b4a6ba7a4379ab890425a9ac9.zip | |
move uleb/sleb printing into AsmPrinter from DwarfPrinter.
llvm-svn: 100344
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt index 824e71e6a46..b8e24fe26f7 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -1,5 +1,6 @@ add_llvm_library(LLVMAsmPrinter AsmPrinter.cpp + AsmPrinterDwarf.cpp AsmPrinterInlineAsm.cpp DIE.cpp DwarfDebug.cpp |

