[PATCH] D136041: [clang][DebugInfo] Emit DISubprogram for extern functions with reserved names

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 17 17:33:07 PDT 2022


dblaikie added a comment.

Hmm - this does mean linking IR can produce invalid code, though, right (you link in a definition of the function, so what was valid is now invalid - because it now has a definition, can be inlined, etc)? Is that new? concerning?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136041



More information about the cfe-commits mailing list