~pali/+junk/llvm-toolchain-3.7

« back to all changes in this revision

Viewing changes to test/DebugInfo/X86/gnu-public-names-empty.ll

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2015-07-15 17:51:08 UTC
  • Revision ID: package-import@ubuntu.com-20150715175108-l8mynwovkx4zx697
Tags: upstream-3.7~+rc2
ImportĀ upstreamĀ versionĀ 3.7~+rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; RUN: llc -mtriple=x86_64-pc-linux-gnu -generate-gnu-dwarf-pub-sections -filetype=obj < %s | llvm-dwarfdump - | FileCheck %s
 
2
 
 
3
; Generated from:
 
4
 
 
5
; static int a __attribute__((section("a")));
 
6
 
 
7
; Check that the attributes in the compile unit both point to a correct
 
8
; location, even when nothing is exported.
 
9
; CHECK: DW_AT_GNU_pubnames [DW_FORM_flag_present]   (true)
 
10
; CHECK-NOT: DW_AT_GNU_pubtypes [
 
11
 
 
12
!llvm.dbg.cu = !{!0}
 
13
!llvm.module.flags = !{!3, !4}
 
14
 
 
15
!0 = !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 (trunk 191846) (llvm/trunk 191866)", isOptimized: false, emissionKind: 0, file: !1, enums: !2, retainedTypes: !2, subprograms: !2, globals: !2, imports: !2)
 
16
!1 = !DIFile(filename: "foo.c", directory: "/usr/local/google/home/echristo/tmp")
 
17
!2 = !{}
 
18
!3 = !{i32 2, !"Dwarf Version", i32 4}
 
19
!4 = !{i32 1, !"Debug Info Version", i32 3}