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
[docs] Fix build-docs.sh
[llvm-project.git]
/
compiler-rt
/
test
/
fuzzer
/
caller-callee.test
blob
679e4a6f65a41b56546d2cc8ad8450591bf4c78f
1
UNSUPPORTED: freebsd
2
RUN: %cpp_compiler %S/CallerCalleeTest.cpp -o %t-CallerCalleeTest
3
CHECK: BINGO
4
RUN: not %run %t-CallerCalleeTest -use_value_profile=1 -cross_over=0 -seed=1 -runs=10000000 2>&1 | FileCheck %s