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
/
empty-pack-dyn-relocs.s
blob
fa8261ddb3998cfcc1aa645b617238ca7c0ad03d
1
//
REQUIRES
:
x86
2
3
//
RUN
:
llvm-mc
-
filetype
=
obj
-
triple
=
x86_64-unknown-linux
%
s
-
o
%
t.o
4
//
RUN
:
ld.lld
-
pie
--
pack-dyn-relocs
=
relr
%
t.o
-
o
%
t
5
//
RUN
:
llvm-readobj
--
sections
%
t
| FileCheck
%
s
6
7
.global _start
8
_start
:
9
nop
10
11
# CHECK-NOT: Name: .relr.dyn