2008-09-22 01:08:49 +00:00
|
|
|
add_llvm_library(LLVMSupport
|
|
|
|
APFloat.cpp
|
|
|
|
APInt.cpp
|
|
|
|
APSInt.cpp
|
|
|
|
Allocator.cpp
|
|
|
|
Annotation.cpp
|
|
|
|
CommandLine.cpp
|
|
|
|
ConstantRange.cpp
|
|
|
|
Debug.cpp
|
|
|
|
Dwarf.cpp
|
2009-07-07 18:52:14 +00:00
|
|
|
ErrorHandling.cpp
|
2008-09-22 01:08:49 +00:00
|
|
|
FileUtilities.cpp
|
|
|
|
FoldingSet.cpp
|
2009-07-14 20:44:17 +00:00
|
|
|
FormattedStream.cpp
|
2008-09-22 01:08:49 +00:00
|
|
|
GraphWriter.cpp
|
|
|
|
IsInf.cpp
|
|
|
|
IsNAN.cpp
|
|
|
|
ManagedStatic.cpp
|
|
|
|
MemoryBuffer.cpp
|
|
|
|
PluginLoader.cpp
|
2009-03-05 09:19:13 +00:00
|
|
|
PrettyStackTrace.cpp
|
2008-09-22 01:08:49 +00:00
|
|
|
SlowOperationInformer.cpp
|
|
|
|
SmallPtrSet.cpp
|
2009-06-21 03:41:50 +00:00
|
|
|
SourceMgr.cpp
|
2008-09-22 01:08:49 +00:00
|
|
|
Statistic.cpp
|
|
|
|
Streams.cpp
|
|
|
|
StringExtras.cpp
|
|
|
|
StringMap.cpp
|
|
|
|
StringPool.cpp
|
|
|
|
SystemUtils.cpp
|
2009-07-15 05:39:55 +00:00
|
|
|
TargetRegistry.cpp
|
2008-09-22 01:08:49 +00:00
|
|
|
Timer.cpp
|
2009-05-27 16:52:17 +00:00
|
|
|
Triple.cpp
|
2009-07-24 07:04:49 +00:00
|
|
|
Twine.cpp
|
2008-09-22 01:08:49 +00:00
|
|
|
raw_ostream.cpp
|
|
|
|
)
|
2009-06-26 15:37:00 +00:00
|
|
|
|
|
|
|
target_link_libraries (LLVMSupport LLVMSystem)
|