[PATCH] D30222: [compiler-rt] Prevent symbolizer from starting itself.
Evgeniy Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 13:46:13 PST 2017
eugenis accepted this revision.
eugenis added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc:401
+ if (IsSameModule(path_)) {
+ Report("WARNING: Blocked from starting itself!\n");
+ failed_to_start_ = true;
----------------
mention "symbolizer" in the warning message
https://reviews.llvm.org/D30222
More information about the llvm-commits
mailing list