This adds LLVM support in Mono using their custom fork, based on LLVM 3.4svn upstream. Somehow, it's gone for a while without a patch to fix the CMakeLists.txt in the fork... The upstream commit is based on the mono3 branch. Signed-off-by: Austin Seipp <aseipp@pobox.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			424 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			424 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt.old b/lib/CodeGen/AsmPrinter/CMakeLists.txt
 | 
						|
index be484a6..c92ff46 100644
 | 
						|
--- a/lib/CodeGen/AsmPrinter/CMakeLists.txt.old
 | 
						|
+++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt
 | 
						|
@@ -10,6 +10,7 @@ add_llvm_library(LLVMAsmPrinter
 | 
						|
   DwarfCompileUnit.cpp
 | 
						|
   DwarfDebug.cpp
 | 
						|
   DwarfException.cpp
 | 
						|
+  DwarfMonoException.cpp
 | 
						|
   ErlangGCPrinter.cpp
 | 
						|
   OcamlGCPrinter.cpp
 | 
						|
   Win64Exception.cpp
 |