forked from OSchip/llvm-project
[asan] make sure frame pointers are not omitted when running asan output tests
llvm-svn: 147293
This commit is contained in:
parent
398255e70c
commit
1b82c281f3
|
@ -5,7 +5,7 @@ set -e # fail on any error
|
|||
OS=`uname`
|
||||
CXX=$1
|
||||
CC=$2
|
||||
CXXFLAGS="-mno-omit-leaf-frame-pointer"
|
||||
CXXFLAGS="-mno-omit-leaf-frame-pointer -fno-omit-frame-pointer"
|
||||
SYMBOLIZER=../scripts/asan_symbolize.py
|
||||
|
||||
C_TEST=use-after-free
|
||||
|
|
Loading…
Reference in New Issue