[compiler-rt] [sanitizer_symbolizer] Symbolizer Markup for linux. (PR #65543)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 16:15:12 PDT 2023


================
@@ -143,7 +143,12 @@ static const char kDefaultFormat[] = "    #%n %p %F %L";
 
 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no,
                  uptr address, const AddressInfo *info, bool vs_style,
----------------
vitalybuka wrote:

why it then forwarded into RenderFrameMarkup?
if they are mutually exclusive, would it be better replace two bool flags with enum?

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


More information about the llvm-commits mailing list