[X86][Haswell][SchedModel] Add architecture specific scheduling models.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
index 002e63cd3b6b7eec0ba4ec9635f4ce15ba44a940..eb1a60b60d08eb001988f966a65ea9b52b89a1af 100644 (file)
@@ -1,5 +1,7 @@
 add_llvm_library(LLVMRuntimeDyld
+  GDBRegistrar.cpp
   RuntimeDyld.cpp
-  RuntimeDyldMachO.cpp
+  RuntimeDyldChecker.cpp
   RuntimeDyldELF.cpp
+  RuntimeDyldMachO.cpp
   )