[PATCH] light up ASan on ARM. XFAILed failing tests

Yury Gribov tetra2005 at gmail.com
Wed May 21 21:22:07 PDT 2014


> Some are just ARM Linux (fast unwind not working as expected and giving us bad stack traces).

These should be fixable by adding -fno-omit-frame-pointer to tests' CXXFLAGS or fast_unwind_on_malloc=0 to ASAN_OPTIONS. Problems may also be caused by broken unwind tables in ARM backend.

http://reviews.llvm.org/D3857






More information about the llvm-commits mailing list