[PATCH] D95001: [CodeView] Emit function types in -gline-tables-only.

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 19 16:56:43 PST 2021


dblaikie 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
----------------
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).


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