mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-04 05:17:07 +00:00 
			
		
		
		
	use them in tests that run llvm-dwarfdump. This is in order to make tests as specific as possible. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173498 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			18 lines
		
	
	
		
			354 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			354 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
// RUN: llvm-mc -triple x86_64-unknown-linux-gnu -filetype obj -main-file-name foo.S -g -o %t %s
 | 
						|
// RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
 | 
						|
 | 
						|
// CHECK: DW_TAG_compile_unit [1]
 | 
						|
// CHECK-NOT: DW_TAG_
 | 
						|
// CHECK: DW_AT_name [DW_FORM_string]       ("foo.S")
 | 
						|
        
 | 
						|
 | 
						|
# 1 "foo.S"
 | 
						|
# 1 "<built-in>" 1
 | 
						|
# 1 "foo.S" 2
 | 
						|
 | 
						|
foo:
 | 
						|
  nop
 | 
						|
  nop
 | 
						|
  nop
 | 
						|
        
 |