[PATCH] D115007: Dump swift5 reflection section data into dsym bundle generated binary with dsymutil

Shubham Sandeep Rastogi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 14 12:44:54 PST 2021


rastogishubham marked 10 inline comments as done.
rastogishubham added inline comments.


================
Comment at: llvm/lib/MC/MCObjectFileInfo.cpp:312
+#include "llvm/BinaryFormat/Swift.def"
+#undef HANDLE_SWIFT_SECTION
+  }
----------------
aprantl wrote:
> aprantl wrote:
> > nice!
> is this redundandant?
Yes it is definitely redundant, didn't think of the scope


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

https://reviews.llvm.org/D115007



More information about the llvm-commits mailing list