CMakeLists.txt   [plain text]


add_llvm_library(LLVMRuntimeDyld
  GDBRegistrar.cpp
  RuntimeDyld.cpp
  RuntimeDyldELF.cpp
  RuntimeDyldMachO.cpp
  )