blob: 446b8d6b15f4c0be933b5185eed5e10eec6f2ed7 [file] [log] [blame]
Benjamin Krameraa2f78f2011-09-13 19:42:23 +00001add_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
11add_llvm_library_dependencies(LLVMDebugInfo
12 LLVMSupport
13 )