[PATCH] D30432: [asan] Print a "PC is at a non-executable memory region" message if that's the case
Vlad Tsyrklevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 9 21:47:41 PDT 2018
vlad.tsyrklevich added a comment.
Herald added a subscriber: delcypher.
@filcab From the commit history it looks like this test was re-landed with a REQUIRES: linux || freebsd to fix the ppc64be sanitizer bot but those features weren't actually set on linux/freebsd until I just landed https://reviews.llvm.org/rCRT336633 so the test is failing again. http://lab.llvm.org:8011/builders/sanitizer-ppc64be-linux/builds/7924/steps/64-bit%20check-asan-dynamic/logs/stdio
Did you have a PPC environment to test this change against originally? I'm not sure what the correct fix is.
Repository:
rL LLVM
https://reviews.llvm.org/D30432
More information about the llvm-commits
mailing list