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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
utils
/
ABITest
/
build-and-summarize.sh
blob
602728b79f911a4a0b449c7303f0a564a7e2b1e7
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
dir
=
$
(
dirname
$0
)
11
$dir
/
build.sh
$1
&> /
dev
/
null || true
12
..
/
summarize.sh
$1
&>
fails-x.txt
13
cat
fails-x.txt
14
wc
-l
fails-x.txt