diff options
| -rwxr-xr-x | compiler-rt/lib/asan/tests/test_output.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/tests/test_output.sh b/compiler-rt/lib/asan/tests/test_output.sh index 75e0c5ed29b..c54b2364b2c 100755 --- a/compiler-rt/lib/asan/tests/test_output.sh +++ b/compiler-rt/lib/asan/tests/test_output.sh @@ -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 |

