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]
/
compiler-rt
/
test
/
fuzzer
/
big-file-copy.test
blob
9565ed4e0bca2b8156249aef76a6ceb238d46c72
1
REQUIRES: darwin
2
UNSUPPORTED: ios
3
RUN: %cpp_compiler %S/BigFileCopy.cpp -o %t
4
RUN: %run %t -runs=1 -rss_limit_mb=4096 2>big-file-out.txt; result=$?
5
RUN: %run rm -f big-file.txt big-file-out.txt
6
RUN: (exit $result)