commit | b09f0aa7c724bb45483e98076127ef3df6376e36 | [log] [tgz] |
---|---|---|
author | Kostya Serebryany <kcc@google.com> | Wed Nov 30 22:27:30 2011 +0000 |
committer | Kostya Serebryany <kcc@google.com> | Wed Nov 30 22:27:30 2011 +0000 |
tree | 8d6da9ae3430feda545e4ac37fdf32a116468444 | |
parent | 218a9b70d7338cf5b727b7dad6b080ad7869c6c2 [diff] |
test asan at -O0 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@145532 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/asan/tests/test_output.sh b/lib/asan/tests/test_output.sh index df6847f..0d83a01 100755 --- a/lib/asan/tests/test_output.sh +++ b/lib/asan/tests/test_output.sh
@@ -7,8 +7,7 @@ for t in *.tmpl; do for b in 32 64; do - for O in 1 2 3; do - # TODO: reinstate -O0, if that's really needed. + for O in 0 1 2 3; do c=`basename $t .tmpl` c_so=$c-so exe=$c.$b.O$O