[PATCH] D136041: [clang][DebugInfo] Emit DISubprogram for extern functions with reserved names
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 18 09:08:39 PDT 2022
probinson added inline comments.
================
Comment at: llvm/lib/IR/Verifier.cpp:3470
+ // (Interposable functions are not inlinable as are functions w/o
+ // declarations).
if (Call.getFunction()->getSubprogram() && Call.getCalledFunction() &&
----------------
(Interposable functions are not inlinable, neither are functions without
definitions.)
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