Fix the alignment of loads from constant pool entries when the
[oota-llvm.git] / lib / System / CMakeLists.txt
1 add_llvm_library(LLVMSystem
2   Alarm.cpp
3   Disassembler.cpp
4   DynamicLibrary.cpp
5   IncludeFile.cpp
6   Memory.cpp
7   Mutex.cpp
8   Path.cpp
9   Process.cpp
10   Program.cpp
11   Signals.cpp
12   TimeValue.cpp
13   )