[PATCH] D69215: [DWARF5] Added support for deleted C++ special member functions.
Sourabh Singh Tomar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 19 02:01:21 PDT 2019
SouraVX marked an inline comment as done.
SouraVX added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/DW_AT_deleted.ll:68
+
+attributes #0 = { noinline nounwind optnone uwtable }
+attributes #1 = { nounwind readnone speculatable willreturn }
----------------
Removed all stringified attributes that aren't strictly necessary -- as mentioned by @aprantl in noreturn patch review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69215/new/
https://reviews.llvm.org/D69215
More information about the cfe-commits
mailing list