[PATCH] D141691: [lld][COFF] Provide unwinding information for Chunk injected by /delayloaded

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 02:51:44 PST 2023


mstorsjo accepted this revision.
mstorsjo added reviewers: hans, thakis, aganea, thieta.
mstorsjo added a comment.
This revision is now accepted and ready to land.

LGTM, thanks!



================
Comment at: lld/COFF/DLL.cpp:802
+    return make<TailMergeUnwindInfoX64>();
+  default:
+    return nullptr; // Just don't generate unwind info.
----------------
Maybe it'd be good to leave a todo comment here, to implement this for the other architectures too?


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

https://reviews.llvm.org/D141691



More information about the llvm-commits mailing list