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
[llvm-shlib] Fix the version naming style of libLLVM for Windows (#85710)
[llvm-project.git]
/
bolt
/
test
/
X86
/
plt-sec-8-byte.test
blob
d32faefe7cbb02f544d8ca487ab0c4670640528e
1
## Check correctness of processing .plt.sec with 8-byte entries.
2
# RUN: yaml2obj %p/Inputs/plt-sec-8-byte.yaml &> %t.exe
3
# RUN: llvm-bolt %t.exe --print-cfg --print-only=main -o %t.out | FileCheck %s
4
5
CHECK: callq printf@PLT
6
CHECK: callq exit@PLT