[MCJIT] Fix the alignment requirements for ARM and AArch64 which were mistakenly
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
1 add_llvm_library(LLVMRuntimeDyld
2   GDBRegistrar.cpp
3   RuntimeDyld.cpp
4   RuntimeDyldChecker.cpp
5   RuntimeDyldELF.cpp
6   RuntimeDyldMachO.cpp
7   )