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

  DEPENDS
  intrinsics_gen
  )
OpenPOWER on IntegriCloud