mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +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
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_llvm_library(LLVMMC
 | |
|   ConstantPools.cpp
 | |
|   ELFObjectWriter.cpp
 | |
|   MCAsmBackend.cpp
 | |
|   MCAsmInfo.cpp
 | |
|   MCAsmInfoCOFF.cpp
 | |
|   MCAsmInfoDarwin.cpp
 | |
|   MCAsmInfoELF.cpp
 | |
|   MCAsmStreamer.cpp
 | |
|   MCAssembler.cpp
 | |
|   MCCodeEmitter.cpp
 | |
|   MCCodeGenInfo.cpp
 | |
|   MCContext.cpp
 | |
|   MCDwarf.cpp
 | |
|   MCELF.cpp
 | |
|   MCELFObjectTargetWriter.cpp
 | |
|   MCELFStreamer.cpp
 | |
|   MCExpr.cpp
 | |
|   MCInst.cpp
 | |
|   MCInstPrinter.cpp
 | |
|   MCInstrAnalysis.cpp
 | |
|   MCLabel.cpp
 | |
|   MCLinkerOptimizationHint.cpp
 | |
|   MCMachOStreamer.cpp
 | |
|   MCMachObjectTargetWriter.cpp
 | |
|   MCNullStreamer.cpp
 | |
|   MCObjectFileInfo.cpp
 | |
|   MCObjectStreamer.cpp
 | |
|   MCObjectWriter.cpp
 | |
|   MCRegisterInfo.cpp
 | |
|   MCSection.cpp
 | |
|   MCSectionCOFF.cpp
 | |
|   MCSectionELF.cpp
 | |
|   MCSectionMachO.cpp
 | |
|   MCStreamer.cpp
 | |
|   MCSubtargetInfo.cpp
 | |
|   MCSymbol.cpp
 | |
|   MCSymbolizer.cpp
 | |
|   MCTargetOptions.cpp
 | |
|   MCValue.cpp
 | |
|   MCWin64EH.cpp
 | |
|   MCWinEH.cpp
 | |
|   MachObjectWriter.cpp
 | |
|   StringTableBuilder.cpp
 | |
|   SubtargetFeature.cpp
 | |
|   WinCOFFObjectWriter.cpp
 | |
|   WinCOFFStreamer.cpp
 | |
|   YAML.cpp
 | |
| 
 | |
|   ADDITIONAL_HEADER_DIRS
 | |
|   ${LLVM_MAIN_INCLUDE_DIR}/llvm/MC
 | |
|   )
 | |
| 
 | |
| add_subdirectory(MCParser)
 | |
| add_subdirectory(MCDisassembler)
 |