summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
blob: 2635ba834dcb1586ba8cbd5a9969bc064cbcc287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add_llvm_library(LLVMRuntimeDyld
  JITSymbol.cpp
  RTDyldMemoryManager.cpp
  RuntimeDyld.cpp
  RuntimeDyldChecker.cpp
  RuntimeDyldCOFF.cpp
  RuntimeDyldELF.cpp
  RuntimeDyldMachO.cpp

  DEPENDS
  intrinsics_gen
  )
OpenPOWER on IntegriCloud