[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:57 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>


================
@@ -25,7 +26,16 @@ class StackTracePrinter {
  public:
   static StackTracePrinter *GetOrInit();
 
-  virtual const char *StripFunctionName(const char *function) = 0;
+  // Strip interceptor prefixes from function name.
+  const char *StripFunctionName(const char *function);
+
+  void RenderSourceLocation(InternalScopedString *buffer, const char *file,
----------------
vitalybuka wrote:

Please don't move code around in separate NFC patches 

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


More information about the llvm-commits mailing list