[PATCH] D20425: [sanitizer] Don't use -fomit-frame-pointer in COMPILER_RT_DEBUG=On builds
Kuba Brecka via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 14:03:06 PDT 2016
kubabrecka added a comment.
In http://reviews.llvm.org/D20425#437770, @filcab wrote:
> ...
> large_func_test.cc has a similar failure, but it's trying to match
> .*_Zna.* and gets wrap_malloc.
Okay, this is completely unrelated to this patch. LLVM-Symbolizer doesn't have issues with missing frame pointers.
What is your OS X version? What is your CMake configure line? What is the output of:
- `otool -L /Users/filcab/work/llvm-cmake/lib/clang/3.9.0/lib/darwin/libclang_rt.asan_osx_dynamic.dylib`
- `otool -l /Users/filcab/work/llvm-cmake/lib/clang/3.9.0/lib/darwin/libclang_rt.asan_osx_dynamic.dylib`
- `otool -L /Users/filcab/work/llvm-cmake/projects/compiler-rt/test/asan/X86_64DarwinConfig/TestCases/Output/malloc_context_size.cc.tmp`
- `otool -l /Users/filcab/work/llvm-cmake/projects/compiler-rt/test/asan/X86_64DarwinConfig/TestCases/Output/malloc_context_size.cc.tmp`
?
Repository:
rL LLVM
http://reviews.llvm.org/D20425
More information about the llvm-commits
mailing list