Benjamin Kramer | aa2f78f | 2011-09-13 19:42:23 +0000 | [diff] [blame^] | 1 | add_llvm_library(LLVMMC |
2 | DIContext.cpp | ||||
3 | DWARFAbbreviationDeclaration.cpp | ||||
4 | DWARFCompileUnit.cpp | ||||
5 | DWARFContext.cpp | ||||
6 | DWARFDebugAbbrev.cpp | ||||
7 | DWARFDebugInfoEntry.cpp | ||||
8 | DWARFFormValue.cpp | ||||
9 | ) | ||||
10 | |||||
11 | add_llvm_library_dependencies(LLVMDebugInfo | ||||
12 | LLVMSupport | ||||
13 | ) |