mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
eed51b04e3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80680 91177308-0d34-0410-b5e6-96231b3b80d8
44 lines
721 B
CMake
44 lines
721 B
CMake
add_llvm_library(LLVMSupport
|
|
APFloat.cpp
|
|
APInt.cpp
|
|
APSInt.cpp
|
|
Allocator.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
|
|
Regex.cpp
|
|
SlowOperationInformer.cpp
|
|
SmallPtrSet.cpp
|
|
SourceMgr.cpp
|
|
Statistic.cpp
|
|
StringExtras.cpp
|
|
StringMap.cpp
|
|
StringPool.cpp
|
|
SystemUtils.cpp
|
|
TargetRegistry.cpp
|
|
Timer.cpp
|
|
Triple.cpp
|
|
Twine.cpp
|
|
raw_os_ostream.cpp
|
|
raw_ostream.cpp
|
|
regcomp.c
|
|
regerror.c
|
|
regexec.c
|
|
regfree.c
|
|
regstrlcpy.c
|
|
)
|
|
|
|
target_link_libraries (LLVMSupport LLVMSystem)
|