xref: /llvm-project/llvm/test/DebugInfo/X86/processes-relocations.ll (revision 75819aedf6d774a424e35793b266442708e57050)
11452c8e6SEric Christopher; RUN: llc -filetype=obj -O0 < %s -mtriple x86_64-none-linux | \
21452c8e6SEric Christopher; RUN:     llvm-dwarfdump - 2>&1 | FileCheck %s
31452c8e6SEric Christopher; RUN: llc -filetype=obj -O0 < %s -mtriple i386-none-linux | \
41452c8e6SEric Christopher; RUN:     llvm-dwarfdump - 2>&1 | FileCheck %s
55fbe324fSDavid Majnemer; RUN: llc -filetype=obj -O0 < %s -mtriple x86_64-none-mingw32 | \
65fbe324fSDavid Majnemer; RUN:     llvm-dwarfdump - 2>&1 | FileCheck %s
75fbe324fSDavid Majnemer; RUN: llc -filetype=obj -O0 < %s -mtriple i386-none-mingw32 | \
85fbe324fSDavid Majnemer; RUN:     llvm-dwarfdump - 2>&1 | FileCheck %s
91452c8e6SEric Christopher
101452c8e6SEric Christopher; CHECK-NOT: failed to compute relocation
111452c8e6SEric Christopher
121452c8e6SEric Christopher!llvm.dbg.cu = !{!0}
131452c8e6SEric Christopher!llvm.module.flags = !{!3, !4}
141452c8e6SEric Christopher!llvm.ident = !{!5}
151452c8e6SEric Christopher
16*75819aedSAdrian Prantl!0 = distinct !DICompileUnit(file: !1, language: DW_LANG_C99, producer: "clang version 3.6.0 ", isOptimized: false, enums: !2, retainedTypes: !2, globals: !2, imports: !2, emissionKind: FullDebug)
17a9308c49SDuncan P. N. Exon Smith!1 = !DIFile(filename: "empty.c", directory: "/a")
18be7ea19bSDuncan P. N. Exon Smith!2 = !{}
19be7ea19bSDuncan P. N. Exon Smith!3 = !{i32 2, !"Dwarf Version", i32 4}
20e274180fSDuncan P. N. Exon Smith!4 = !{i32 2, !"Debug Info Version", i32 3}
21be7ea19bSDuncan P. N. Exon Smith!5 = !{!"clang version 3.6.0 "}
22