aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/RuntimeDyld/CMakeLists.txt
blob: 12bbcc61db7eaeadfa063c4e19dc8c1ae7b58aae (plain)
1
2
3
4
5
6
7
add_llvm_library(LLVMRuntimeDyld
  RTDyldMemoryManager.cpp
  RuntimeDyld.cpp
  RuntimeDyldChecker.cpp
  RuntimeDyldELF.cpp
  RuntimeDyldMachO.cpp
  )