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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 10:53:08 PST 2022


aprantl accepted this revision.
aprantl added inline comments.


================
Comment at: llvm/tools/dsymutil/DwarfLinkerForBinary.cpp:473
   for (const auto &Obj : Map.objects()) {
+    // If there is no output specified or the Reflection Sections are present in
+    // the Input binary, there is no need to copy the Swift Reflection Metadata
----------------
lower case for "Reflection Sections" ?


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

https://reviews.llvm.org/D115007



More information about the llvm-commits mailing list