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

  DEPENDS
  intrinsics_gen
  )
OpenPOWER on IntegriCloud