repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-tidy][modernize-use-starts-ends-with] Fix operator rewriting false negative...
[llvm-project.git]
/
lld
/
test
/
ELF
/
aarch64-load-alignment.s
blob
ce98ee6349422fe13dae95bbbe9c087647034e26
1
# REQUIRES: aarch64
2
3
# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-none %s -o %t.o
4
# RUN: not ld.lld -shared %t.o -o /dev/null 2>&1 | FileCheck %s
5
6
# CHECK: improper alignment for relocation R_AARCH64_LD_PREL_LO19: 0x2007D is not aligned to 4 bytes
7
8
ldr x8
,
patatino
9
.data
10
.zero 5
11
patatino
: