[PATCH] D97411: [DebugInfo] Add an attribute to force type info to be emitted for types that are required to be complete.

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 25 10:50:43 PST 2021


dblaikie added inline comments.


================
Comment at: clang/test/CodeGenCXX/force-debug-attribute.cpp:4-12
+#if SETATTR
+#define DEBUGASNEEDED __attribute__((standalone_debug))
+#else
+#define DEBUGASNEEDED
+#endif
+
+// Struct that isn't constructed, so its full type info should be omitted with
----------------
Probably rename the macro here to match the new attribute name.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97411/new/

https://reviews.llvm.org/D97411



More information about the cfe-commits mailing list