[PATCH] D95001: [CodeView] Emit function types in -gline-tables-only.
Amy Huang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 19 17:02:42 PST 2021
akhuang added inline comments.
================
Comment at: clang/test/CodeGenCXX/debug-info-gline-tables-only-codeview.cpp:30-32
+ // CHECK: !DISubprogram(name: "operator()", scope: ![[LAMBDA:[0-9]+]]
+ // CHECK: ![[LAMBDA]] = !DICompositeType(tag: DW_TAG_class_type,
+ // CHECK-SAME: flags: DIFlagFwdDecl
----------------
dblaikie wrote:
> This test doesn't seem related to the code change. Perhaps it's meant to test the "type:" parameter of the DISubprogram (like the type parameter of the DISubprogram for "m" is tested).
ah, yeah, it's not. I originally had a change for lambdas but took it out. I think I'll remove this part of the test for now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95001/new/
https://reviews.llvm.org/D95001
More information about the cfe-commits
mailing list