[PATCH] D68133: [Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC.
    Reid Kleckner via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct 17 11:02:09 PDT 2019
    
    
  
rnk added a comment.
In D68133#1712212 <https://reviews.llvm.org/D68133#1712212>, @mstorsjo wrote:
> It seems like this still broke a buildbot. @rnk, as it's your bot, can you look into it before we revert this? The logs don't really show enough detail... http://lab.llvm.org:8011/builders/sanitizer-windows/builds/53114/steps/stage%201%20check/logs/stdio
Yep, done in r375147. The demangler difference is:
  MS:   f(char,char *,char *)
  LLVM: f(char, char *, char *)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68133/new/
https://reviews.llvm.org/D68133
    
    
More information about the llvm-commits
mailing list