llvm-6502/test/MC/ELF/alias-to-local.s
Rafael Espindola 2298ce3d6a Don't walk aliases from global to local symbols in comdats.
This fixes pr23196.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235167 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-17 08:46:11 +00:00

19 lines
360 B
ArmAsm

// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu < %s | llvm-readobj -r | FileCheck %s
// CHECK: Relocations [
// CHECK-NEXT: Section {{.*}} .rela.text {
// CHECK-NEXT: 0x1 R_X86_64_32 zed 0x0
// CHECK-NEXT: }
// CHECK-NEXT: ]
foo:
movl $zed, %eax
.section .data.bar,"aGw",@progbits,zed,comdat
bar:
.byte 42
.globl zed
zed = bar