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
/
map-gc-sections.s
blob
f69edf591f2f85b69ba5da1a42354ca995899ce3
1
//
REQUIRES
:
x86
2
//
RUN
:
llvm-mc
-
filetype
=
obj
-
triple
=
x86_64-pc-linux
%
s
-
o
%
t.o
3
//
RUN
:
ld.lld
%
t.o
-
o
/
dev
/
null
-
Map
=- --
gc-sections | FileCheck
%
s
4
5
.section .tbss,
"awT"
,@nobits
6
//
CHECK-
NOT
:
foo
7
.globl foo
8
foo
:
9
.align 8
10
.long 0