[Orc] Fix local-linkage handling in the CompileOnDemand layer.
[oota-llvm.git] / test / MC / ELF / alias-resolve.s
1 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -r | FileCheck %s
2
3 a:
4     .section foo
5     c = b
6 b:
7     // CHECK: 0x0 R_X86_64_PC32 .text 0x0
8     .long a - c