[compiler-rt] [sanitizer_symbolizer] Add initial symbolizer markup (PR #72605)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 15:27:56 PST 2023


=?utf-8?q?Andr=C3=A9s?= Villegas <andresvi at google.com>,
=?utf-8?q?Andr=C3=A9s?= Villegas <andresvi at google.com>,
=?utf-8?q?Andr=C3=A9s?= Villegas <andresvi at google.com>,
=?utf-8?q?Andr=C3=A9s?= Villegas <andresvi at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/72605 at github.com>


================
@@ -51,11 +52,13 @@ class StackTracePrinter {
   ~StackTracePrinter() {}
 };
 
+// See sanitizer_symbolizer_markup.h for the markup implementation of
+// StackTracePrinter. This is code is omited for targets that opt in to
+// use SymbolizerMarkup only.
+#if !SANITIZER_FUCHSIA
----------------
vitalybuka wrote:

Even SANITIZER_SYMBOLIZER_MARKUP seems nicer.

https://github.com/llvm/llvm-project/pull/72605


More information about the llvm-commits mailing list