[PATCH] D60930: [codeview] Fix symbol names for dynamic initializers and atexit stubs

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 24 15:31:01 PDT 2019


rnk added a comment.

In D60930#1474460 <https://reviews.llvm.org/D60930#1474460>, @jyu2 wrote:

> Looks good to me.  We are basically de-mangled name for those __E  initialize global’s  function and __F destroy global's function.


Thanks!

I'm going to land this, but @rjmccall, let me know if you think this addition to GlobalDecl is a bad idea and we can take it back out.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60930/new/

https://reviews.llvm.org/D60930





More information about the cfe-commits mailing list