Home | History | Annotate | Download | only in RuntimeDyld
      1 add_llvm_library(LLVMRuntimeDyld
      2   RuntimeDyld.cpp
      3   RuntimeDyldMachO.cpp
      4   )
      5 
      6 add_llvm_library_dependencies(LLVMRuntimeDyld
      7   LLVMObject
      8   LLVMSupport
      9   )
     10