mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-03 14:21:30 +00:00 
			
		
		
		
	Otherwise, broken input modules can cause assertions. I've updated two of the testcases that started failing (modules that had `Require` flags but didn't meet their own requirements), but Rafael and I decided that test/Linker/2011-08-22-ResolveAlias.ll should just be deleted outright -- it's a leftover of the way llvm-gcc used to implement weakref. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233229 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			8 lines
		
	
	
		
			163 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			163 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
; This file is used with module-flags-4-a.ll
 | 
						|
; RUN: true
 | 
						|
 | 
						|
!0 = !{i32 3, !"foo", !{!"bar", i32 42}}
 | 
						|
!1 = !{i32 2, !"bar", i32 42}
 | 
						|
 | 
						|
!llvm.module.flags = !{ !0, !1 }
 |