test asan at -O0

llvm-svn: 145532
This commit is contained in:
Kostya Serebryany 2011-11-30 22:27:30 +00:00
parent d47685769e
commit f318e29102
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ SYMBOLIZER=../scripts/asan_symbolize.py
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