[PATCH] D120610: [DebugInfo] Include DW_TAG_skeleton_unit when looking for parent UnitDie
Wenlei He via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 11 00:34:29 PST 2022
wenlei added a comment.
In D120610#3373042 <https://reviews.llvm.org/D120610#3373042>, @dblaikie wrote:
> Fixes in LLVM require tests in LLVM - probably taking the clang test and compiling that to llvm IR (include the original C++ source in a comment in the IR test case) and then testing it in LLVM instead of clang.
>
> Also looks like the test could be simplified a bit more:
>
> void f1();
>
> template <typename T>
> void f2() {
> f1();
> }
>
> void f3() {
> f2<int>();
> }
Done, thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120610/new/
https://reviews.llvm.org/D120610
More information about the cfe-commits
mailing list