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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to