brintos

brintos / llvm-project-archived public Read only

0
0
Text · 304 B · f53fe35 Raw
13 lines · plain
1// RUN: llvm-mc -triple x86_64-apple-macosx10.12.0 %s -filetype=obj | llvm-readobj -r - | FileCheck %s2 3l_a:4l_b = l_a5l_c = l_b6        .long l_c7 8// CHECK:      Relocations [9// CHECK-NEXT:   Section __text {10// CHECK-NEXT:     0x0 0 2 1 X86_64_RELOC_UNSIGNED 0 l_c11// CHECK-NEXT:   }12// CHECK-NEXT: ]13