mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-03 14:21:30 +00:00 
			
		
		
		
	This incorporates a couple of fixes reviewed at http://llvm-reviews.chandlerc.com/D2651 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200440 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			7 lines
		
	
	
		
			342 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			342 B
		
	
	
	
		
			LLVM
		
	
	
	
	
	
; REQUIRES: object-emission
 | 
						|
 | 
						|
; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
 | 
						|
; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
 | 
						|
; RUN: %llc_dwarf -filetype=obj -O0 < %t > %t2
 | 
						|
; RUN: llvm-dwarfdump -debug-dump=info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
 |