mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
47dafb86df
Soon it will be responsible for more than line tables. Reviewers: majnemer Differential Revision: http://reviews.llvm.org/D16199 llvm-svn: 257792
27 lines
525 B
CMake
27 lines
525 B
CMake
add_llvm_library(LLVMAsmPrinter
|
|
AddressPool.cpp
|
|
ARMException.cpp
|
|
AsmPrinter.cpp
|
|
AsmPrinterDwarf.cpp
|
|
AsmPrinterInlineAsm.cpp
|
|
DbgValueHistoryCalculator.cpp
|
|
DebugLocStream.cpp
|
|
DIE.cpp
|
|
DIEHash.cpp
|
|
DwarfAccelTable.cpp
|
|
DwarfCFIException.cpp
|
|
DwarfCompileUnit.cpp
|
|
DwarfDebug.cpp
|
|
DwarfExpression.cpp
|
|
DwarfFile.cpp
|
|
DwarfStringPool.cpp
|
|
DwarfUnit.cpp
|
|
EHStreamer.cpp
|
|
ErlangGCPrinter.cpp
|
|
OcamlGCPrinter.cpp
|
|
WinException.cpp
|
|
CodeViewDebug.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMAsmPrinter intrinsics_gen)
|