[RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
1 add_llvm_library(LLVMRuntimeDyld
2   RTDyldMemoryManager.cpp
3   RuntimeDyld.cpp
4   RuntimeDyldChecker.cpp
5   RuntimeDyldCOFF.cpp
6   RuntimeDyldELF.cpp
7   RuntimeDyldMachO.cpp
8
9   DEPENDS
10   intrinsics_gen
11   )