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]
/
bolt
/
test
/
X86
/
static-exe.test
blob
d12ac0a0f6f6ced60cf1453c9debc2c7fd84e0c2
1
# Check that llvm-bolt can rewrite static executable
2
3
RUN: %clang %cflags %S/Inputs/static_exe.s -static -o %t.exe -nostdlib
4
RUN: llvm-bolt %t.exe -o %t 2>&1 | FileCheck %s
5
6
CHECK: 1 out of 1 functions were overwritten