summaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc/CMakeLists.txt
blob: 83bd817de836bcdcddb887255cb3b104834b0708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_llvm_library(LLVMX86Desc
  X86AsmBackend.cpp
  X86MCTargetDesc.cpp
  X86MCAsmInfo.cpp
  X86MCCodeEmitter.cpp
  X86MachObjectWriter.cpp
  X86ELFObjectWriter.cpp
  X86WinCOFFObjectWriter.cpp
  X86MachORelocationInfo.cpp
  X86ELFRelocationInfo.cpp
  )

add_dependencies(LLVMX86Desc X86CommonTableGen)