brintos

brintos / llvm-project-archived public Read only

0
0
Text · 224 B · b923794 Raw
6 lines · plain
1REQUIRES: darwin2UNSUPPORTED: ios3RUN: %cpp_compiler %S/BigFileCopy.cpp -o %t4RUN: bash -c '%run %t -runs=1 -rss_limit_mb=4096 2>big-file-out.txt; result=$? \5RUN:   %run rm -f big-file.txt big-file-out.txt && exit $result'6