[PATCH] D125250: [lld/macho] Fixes the -ObjC flag

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 12:06:03 PDT 2022


keith added inline comments.


================
Comment at: lld/MachO/ObjC.cpp:41
+
+      const StringRef swiftSectName(
+          section_names::swift,
----------------
Do you need this? it seems like using `section_names::swift` in the `startswith` below works as well?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125250



More information about the llvm-commits mailing list