mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-08 04:07:07 +00:00
3d01fc7de8
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56419 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
)
|