mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 10:04:33 +00:00
ab42578bdd
This incorporates a couple of fixes reviewed at http://llvm-reviews.chandlerc.com/D2651 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200440 91177308-0d34-0410-b5e6-96231b3b80d8
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)
|