25 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			LLVM
		
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			LLVM
		
	
	
	
| ; RUN: llc < %s | FileCheck %s
 | |
| ; RUN: llc -mtriple=arm-netbsd-eabi < %s | FileCheck %s
 | |
| ; CHECK-NOT: .cfi_startproc
 | |
| ; CHECK-NOT: .cfi_sections
 | |
| 
 | |
| target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
 | |
| target triple = "armv4t--linux"
 | |
| 
 | |
| @f = common global i32 0, align 4, !dbg !0
 | |
| 
 | |
| !llvm.dbg.cu = !{!2}
 | |
| !llvm.module.flags = !{!7, !8, !9, !10}
 | |
| 
 | |
| !0 = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
 | |
| !1 = distinct !DIGlobalVariable(name: "f", scope: !2, file: !3, line: 1, type: !6, isLocal: false, isDefinition: true)
 | |
| !2 = distinct !DICompileUnit(language: DW_LANG_C99, file: !3, producer: "clang version 4.0.0 (trunk 290216)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !4, globals: !5)
 | |
| !3 = !DIFile(filename: "test2.c", directory: "/tmp")
 | |
| !4 = !{}
 | |
| !5 = !{!0}
 | |
| !6 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed)
 | |
| !7 = !{i32 2, !"Dwarf Version", i32 4}
 | |
| !8 = !{i32 2, !"Debug Info Version", i32 3}
 | |
| !9 = !{i32 1, !"wchar_size", i32 4}
 | |
| !10 = !{i32 1, !"min_enum_size", i32 4}
 |