summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/MachO/alias.s
blob: aec04c63b68f13d050a7f80a0074856c1935f9b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// RUN: llvm-mc -triple x86_64-apple-macosx10.12.0 %s -filetype=obj | llvm-readobj -r | FileCheck %s

l_a:
l_b = l_a
l_c = l_b
        .long l_c

// CHECK:      Relocations [
// CHECK-NEXT:   Section __text {
// CHECK-NEXT:     0x0 0 2 1 X86_64_RELOC_UNSIGNED 0 l_c
// CHECK-NEXT:   }
// CHECK-NEXT: ]
OpenPOWER on IntegriCloud