[PATCH] D11785: [llvm-symbolizer] Remove underscores and other C mangling on Windows

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 13:54:34 PDT 2015


rnk added inline comments.

================
Comment at: tools/llvm-symbolizer/LLVMSymbolize.cpp:188
@@ -180,2 +187,3 @@
       }
+      LineInfo.IsWin32Symbol = isWin32Module();
       PatchedInlinedContext.addFrame(LineInfo);
----------------
samsonov wrote:
> Ah, sorry, I wasn't clear enough :(
> See below.
> 
Oh, that makes a lot more sense. :)


http://reviews.llvm.org/D11785





More information about the llvm-commits mailing list