[PATCH] D55587: [hwasan] Verify Android TLS slot at startup.
Ryan Prichard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 11 16:40:15 PST 2018
rprichard added a comment.
Looks good to me.
================
Comment at: compiler-rt/lib/hwasan/hwasan_linux.cc:295
+ "ERROR: Incompatible version of Android: TLS_SLOT_SANITIZER(6) is used "
+ "for dlerror().");
+ Die();
----------------
Should there be a newline at the end of the error message?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55587/new/
https://reviews.llvm.org/D55587
More information about the llvm-commits
mailing list