[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
Fri Apr 19 18:02:57 PDT 2019


rnk created this revision.
rnk added reviewers: rsmith, rjmccall, jyu2.
Herald added a subscriber: aprantl.
Herald added a project: clang.

Add a new variant to GlobalDecl for these so that we can detect them
more easily during debug info emission and handle them appropriately.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60930

Files:
  clang/include/clang/AST/GlobalDecl.h
  clang/lib/CodeGen/CGDebugInfo.cpp
  clang/lib/CodeGen/CGDebugInfo.h
  clang/lib/CodeGen/CGDeclCXX.cpp
  clang/test/CodeGenCXX/debug-info-global-ctor-dtor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60930.195949.patch
Type: text/x-patch
Size: 10486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190420/a8e8961e/attachment-0001.bin>


More information about the cfe-commits mailing list