[PATCH] D16539: [FIX] 26194 - LLVM crash in CXXNameMangler::mangleType
Igor Chesnokov via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 2 09:05:25 PST 2016
ichesnokov added a comment.
Please support discussion about MicrosoftMangle+CL at
https://llvm.org/bugs/show_bug.cgi?id=26194
================
Comment at: tools/driver/driver.cpp:367
@@ -367,1 +366,3 @@
+ int Result = ExecuteCC1Tool(argv, argv[1] + 4);
+ return Result; // Useful for debugging to set breakpoint here
}
----------------
pxli168 wrote:
> I think this dubug use shuold not be in the patch.
Yes, this is enough to work with MicrosoftMangler.
However I am in doubt about this implentation.
Please forward discussion at https://llvm.org/bugs/show_bug.cgi?id=26194
http://reviews.llvm.org/D16539
More information about the cfe-commits
mailing list