[PATCH] D54284: [hwasan] Add entire report to abort message on Android.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 8 18:46:49 PST 2018


kcc added inline comments.


================
Comment at: compiler-rt/lib/hwasan/hwasan_report.cc:68
+
+InternalMmapVector<char> *ScopedReport::error_message_ptr_;
+BlockingMutex ScopedReport::error_message_lock_;
----------------
why not InternalScopedString ? 


https://reviews.llvm.org/D54284





More information about the llvm-commits mailing list