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
/
icf8.s
blob
51163eab69efd75f4a851d1b7bd9c80df899b04d
1
# REQUIRES: x86
2
3
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
4
# RUN: ld.lld %t.o -o %t.so --icf=all -shared
5
# RUN: llvm-objdump -t %t.so | FileCheck %s
6
7
# CHECK: zed
8
9
.section .foo,
"ax"
,@progbits
10
nop
11
12
.section .bar,
"ax"
,@progbits
13
zed
:
14
nop