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]
/
clang
/
utils
/
ABITest
/
build.sh
blob
a50d14ab8d06f02128c937beb98908ceaf8405ab
1
#!/bin/sh
2
3
set -eu
4
5
if
[
$#
!=
1
];
then
6
echo
"usage:
$0
<num-tests>"
7
exit
1
8
fi
9
10
CPUS
=
2
11
make
-j
$CPUS
\
12
$
(
for
i
in
$
(
seq
0
$1
);
do
echo test
.
$i
.report
;
done
)
-k