mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
2cf4619945
This incorporates a couple of fixes reviewed at http://llvm-reviews.chandlerc.com/D2651 llvm-svn: 200440
20 lines
385 B
CMake
20 lines
385 B
CMake
add_llvm_library(LLVMAsmPrinter
|
|
ARMException.cpp
|
|
AsmPrinter.cpp
|
|
AsmPrinterDwarf.cpp
|
|
AsmPrinterInlineAsm.cpp
|
|
DIE.cpp
|
|
DIEHash.cpp
|
|
DwarfAccelTable.cpp
|
|
DwarfCFIException.cpp
|
|
DwarfDebug.cpp
|
|
DwarfException.cpp
|
|
DwarfUnit.cpp
|
|
ErlangGCPrinter.cpp
|
|
OcamlGCPrinter.cpp
|
|
Win64Exception.cpp
|
|
WinCodeViewLineTables.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMAsmPrinter intrinsics_gen)
|