mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
e6322544c4
llvm-svn: 75746
38 lines
643 B
CMake
38 lines
643 B
CMake
add_llvm_library(LLVMSupport
|
|
APFloat.cpp
|
|
APInt.cpp
|
|
APSInt.cpp
|
|
Allocator.cpp
|
|
Annotation.cpp
|
|
CommandLine.cpp
|
|
ConstantRange.cpp
|
|
Debug.cpp
|
|
Dwarf.cpp
|
|
ErrorHandling.cpp
|
|
FileUtilities.cpp
|
|
FoldingSet.cpp
|
|
FormattedStream.cpp
|
|
GraphWriter.cpp
|
|
IsInf.cpp
|
|
IsNAN.cpp
|
|
ManagedStatic.cpp
|
|
MemoryBuffer.cpp
|
|
PluginLoader.cpp
|
|
PrettyStackTrace.cpp
|
|
SlowOperationInformer.cpp
|
|
SmallPtrSet.cpp
|
|
SourceMgr.cpp
|
|
Statistic.cpp
|
|
Streams.cpp
|
|
StringExtras.cpp
|
|
StringMap.cpp
|
|
StringPool.cpp
|
|
SystemUtils.cpp
|
|
TargetRegistry.cpp
|
|
Timer.cpp
|
|
Triple.cpp
|
|
raw_ostream.cpp
|
|
)
|
|
|
|
target_link_libraries (LLVMSupport LLVMSystem)
|