Fix the alignment of loads from constant pool entries when the
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / CMakeLists.txt
1 add_partially_linked_object(LLVMInterpreter
2   Execution.cpp
3   ExternalFunctions.cpp
4   Interpreter.cpp
5   )