]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - test/DebugInfo/X86/dbg-asm.s
DebugLocEntry: Restore the comparison predicate from before the
[opencl/llvm.git] / test / DebugInfo / X86 / dbg-asm.s
1 # RUN: llvm-mc -triple i686-windows-gnu -g %s -filetype obj -o - \
2 # RUN:   | llvm-readobj -r - | FileCheck -check-prefix CHECK-COFF %s
3 # RUN: llvm-mc -triple i686-windows-itanium -g %s -filetype obj -o - \
4 # RUN:   | llvm-readobj -r - | FileCheck -check-prefix CHECK-COFF %s
5 # RUN: llvm-mc -triple i686-linux-gnu -g %s -filetype obj -o - \
6 # RUN:   | llvm-readobj -r - | FileCheck -check-prefix CHECK-ELF %s
8 _a:
9         movl $65, %eax
10         ret
12 # CHECK-COFF: Relocations [
13 # CHECK-COFF:   Section {{.*}} .debug_info {
14 # CHECK-COFF:     0x6 IMAGE_REL_I386_SECREL .debug_abbrev
15 # CHECK-COFF:   }
16 # CHECK-COFF: ]
18 # CHECK-ELF: Relocations [
19 # CHECK-ELF:   Section {{.*}} .rel.debug_info {
20 # CHECK-ELF:     0x6 R_386_32 .debug_abbrev
21 # CHECK-ELF:   }
22 # CHECK-ELF: ]