1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/MC/ELF/no-reloc.s
Rafael Espindola 0ef4dc0ae7 Avoid revocations when possible.
This is a small targeted fix for pr20119. The code needs quiet a bit of
refactoring and I added some FIXMEs about it, but I want to get the testcase
passing first.

llvm-svn: 212101
2014-07-01 14:34:30 +00:00

20 lines
363 B
ArmAsm

// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -r | FileCheck %s
// CHECK: Relocations [
// CHECK-NEXT: ]
.section .test1_foo
.Ltest1_1:
.Ltest1_2 = .Ltest1_1
.section .test1_bar
.long .Ltest1_1-.Ltest1_2
.section test2
.Ltest2_a:
.Ltest2_b = .Ltest2_a
.Ltest2_c:
.Ltest2_d = .Ltest2_c-.Ltest2_b
.long .Ltest2_d