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
/
assume-abi.test
blob
688ab011441d3a428c3358d99d10856fbdc9d771
1
# Validate the usage of the `--assume-abi` option in conjunction with
2
# options related to the RegAnalysis Pass.
3
4
REQUIRES: system-linux
5
6
RUN: %clang %cflags %p/Inputs/hello.c -o %t -Wl,-q
7
RUN: llvm-bolt %t -o %t.bolt --assume-abi --indirect-call-promotion=all