]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/Target/X86/MCTargetDesc/CMakeLists.txt
Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / lib / Target / X86 / MCTargetDesc / CMakeLists.txt
1 add_llvm_library(LLVMX86Desc
2   X86AsmBackend.cpp
3   X86MCTargetDesc.cpp
4   X86MCAsmInfo.cpp
5   X86MCCodeEmitter.cpp
6   X86MachObjectWriter.cpp
7   X86ELFObjectWriter.cpp
8   X86WinCOFFStreamer.cpp
9   X86WinCOFFObjectWriter.cpp
10   X86MachORelocationInfo.cpp
11   X86ELFRelocationInfo.cpp
12   )