mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116682 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			52 lines
		
	
	
		
			914 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			914 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| ## FIXME: This only requires RTTI because tblgen uses it.  Fix that.
 | |
| set(LLVM_REQUIRES_RTTI 1)
 | |
| 
 | |
| add_llvm_library(LLVMSupport
 | |
|   APFloat.cpp
 | |
|   APInt.cpp
 | |
|   APSInt.cpp
 | |
|   Allocator.cpp
 | |
|   circular_raw_ostream.cpp
 | |
|   CommandLine.cpp
 | |
|   ConstantRange.cpp
 | |
|   CrashRecoveryContext.cpp
 | |
|   Debug.cpp
 | |
|   DeltaAlgorithm.cpp
 | |
|   DAGDeltaAlgorithm.cpp
 | |
|   Dwarf.cpp
 | |
|   ErrorHandling.cpp
 | |
|   FileUtilities.cpp
 | |
|   FoldingSet.cpp
 | |
|   FormattedStream.cpp
 | |
|   GraphWriter.cpp
 | |
|   IsInf.cpp
 | |
|   IsNAN.cpp
 | |
|   ManagedStatic.cpp
 | |
|   MemoryBuffer.cpp
 | |
|   MemoryObject.cpp
 | |
|   PluginLoader.cpp
 | |
|   PrettyStackTrace.cpp
 | |
|   Regex.cpp
 | |
|   SmallPtrSet.cpp
 | |
|   SmallVector.cpp
 | |
|   SourceMgr.cpp
 | |
|   Statistic.cpp
 | |
|   StringExtras.cpp
 | |
|   StringMap.cpp
 | |
|   StringPool.cpp
 | |
|   StringRef.cpp
 | |
|   SystemUtils.cpp
 | |
|   TargetRegistry.cpp
 | |
|   Timer.cpp
 | |
|   ToolOutputFile.cpp
 | |
|   Triple.cpp
 | |
|   Twine.cpp
 | |
|   raw_os_ostream.cpp
 | |
|   raw_ostream.cpp
 | |
|   regcomp.c
 | |
|   regerror.c
 | |
|   regexec.c
 | |
|   regfree.c
 | |
|   regstrlcpy.c
 | |
|   )
 |