mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
30 lines
480 B
CMake
30 lines
480 B
CMake
|
add_llvm_library(LLVMSupport
|
||
|
APFloat.cpp
|
||
|
APInt.cpp
|
||
|
APSInt.cpp
|
||
|
Allocator.cpp
|
||
|
Annotation.cpp
|
||
|
CommandLine.cpp
|
||
|
ConstantRange.cpp
|
||
|
Debug.cpp
|
||
|
Dwarf.cpp
|
||
|
FileUtilities.cpp
|
||
|
FoldingSet.cpp
|
||
|
GraphWriter.cpp
|
||
|
IsInf.cpp
|
||
|
IsNAN.cpp
|
||
|
ManagedStatic.cpp
|
||
|
MemoryBuffer.cpp
|
||
|
PluginLoader.cpp
|
||
|
SlowOperationInformer.cpp
|
||
|
SmallPtrSet.cpp
|
||
|
Statistic.cpp
|
||
|
Streams.cpp
|
||
|
StringExtras.cpp
|
||
|
StringMap.cpp
|
||
|
StringPool.cpp
|
||
|
SystemUtils.cpp
|
||
|
Timer.cpp
|
||
|
raw_ostream.cpp
|
||
|
)
|