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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lld
/
test
/
ELF
/
relocatable-versioned.s
blob
2b6c49eb5baa54061550d304387f09ea15a36684
1
# REQUIRES: x86
2
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o
3
# RUN: ld.lld -o %t2.o -r %t1.o
4
# RUN: llvm-nm %t2.o | FileCheck %s
5
# CHECK: foo@VERSION
6
7
.global
"foo@VERSION"
8
"foo@VERSION"
:
9
ret