mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-04 05:17:07 +00:00 
			
		
		
		
	This allows IDEs to recognize the entire set of header files for each of the core LLVM projects. Differential Revision: http://reviews.llvm.org/D7526 Reviewed By: Chris Bieneman git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228798 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			46 lines
		
	
	
		
			961 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			961 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
add_llvm_library(LLVMTransformUtils
 | 
						|
  ASanStackFrameLayout.cpp
 | 
						|
  AddDiscriminators.cpp
 | 
						|
  BasicBlockUtils.cpp
 | 
						|
  BreakCriticalEdges.cpp
 | 
						|
  BuildLibCalls.cpp
 | 
						|
  BypassSlowDivision.cpp
 | 
						|
  CloneFunction.cpp
 | 
						|
  CloneModule.cpp
 | 
						|
  CmpInstAnalysis.cpp
 | 
						|
  CodeExtractor.cpp
 | 
						|
  CtorUtils.cpp
 | 
						|
  DemoteRegToStack.cpp
 | 
						|
  FlattenCFG.cpp
 | 
						|
  GlobalStatus.cpp
 | 
						|
  InlineFunction.cpp
 | 
						|
  InstructionNamer.cpp
 | 
						|
  IntegerDivision.cpp
 | 
						|
  LCSSA.cpp
 | 
						|
  Local.cpp
 | 
						|
  LoopSimplify.cpp
 | 
						|
  LoopUnroll.cpp
 | 
						|
  LoopUnrollRuntime.cpp
 | 
						|
  LowerInvoke.cpp
 | 
						|
  LowerSwitch.cpp
 | 
						|
  Mem2Reg.cpp
 | 
						|
  MetaRenamer.cpp
 | 
						|
  ModuleUtils.cpp
 | 
						|
  PromoteMemoryToRegister.cpp
 | 
						|
  SSAUpdater.cpp
 | 
						|
  SimplifyCFG.cpp
 | 
						|
  SimplifyIndVar.cpp
 | 
						|
  SimplifyInstructions.cpp
 | 
						|
  SimplifyLibCalls.cpp
 | 
						|
  SymbolRewriter.cpp
 | 
						|
  UnifyFunctionExitNodes.cpp
 | 
						|
  Utils.cpp
 | 
						|
  ValueMapper.cpp
 | 
						|
 | 
						|
  ADDITIONAL_HEADER_DIRS
 | 
						|
  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
 | 
						|
  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Utils
 | 
						|
  )
 | 
						|
 | 
						|
add_dependencies(LLVMTransformUtils intrinsics_gen)
 |