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
[memprof] Remove an unused using directive (#117004)
[llvm-project.git]
/
lld
/
test
/
ELF
/
icf-c-identifier.s
blob
cd11b98b57a6cc0f941f90ce131e4bd8e9fa6675
1
# REQUIRES: x86
2
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
3
# RUN: ld.lld %t -o /dev/null --icf=all --print-icf-sections | count 0
4
5
.section foo,
"ax"
,@progbits,unique,0
6
.byte 42
7
8
.section foo,
"ax"
,@progbits,unique,1
9
.byte 42