[PATCH] [asan] disable fast unwind on ARM
Evgeniy Stepanov
eugenis at google.com
Tue May 20 00:07:03 PDT 2014
Fast stack unwind should work on ARM for Clang-compiled code, no matter Android or not.
It requires -marm -fno-omit-frame-pointer.
http://reviews.llvm.org/D3814
More information about the llvm-commits
mailing list