[PATCH] D136041: [clang][DebugInfo] Emit DISubprogram for extern functions with reserved names
Yonghong Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 17 23:01:35 PDT 2022
yonghong-song added a comment.
In D136041#3863748 <https://reviews.llvm.org/D136041#3863748>, @dblaikie wrote:
> 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?
@dblaikie do you have a concrete example to illustrate the problem?
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