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
Revert "[TargetVersion] Only enable on RISC-V and AArch64" (#117110)
[llvm-project.git]
/
bolt
/
test
/
eh-frame-overwrite.test
blob
649d739ec6086a2bc12b246cd348019441213fe8
1
# Check that llvm-bolt can overwrite .eh_frame section in-place.
2
3
REQUIRES: system-linux
4
5
RUN: %clang %cflags %p/Inputs/hello.c -o %t -Wl,-q
6
RUN: llvm-bolt %t -o %t.bolt --strict | FileCheck %s
7
8
CHECK: rewriting .eh_frame in-place