[PATCH] D113082: [lld-macho] Implement -arch_errors_fatal

Keith Smiley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 22:40:28 PDT 2021


keith added inline comments.


================
Comment at: lld/MachO/InputFiles.cpp:797
+
     return;
   }
----------------
I'm not sure if the unconditional return here is the right behavior, or if in the warning case something else should be done here. I think this is right though


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113082



More information about the llvm-commits mailing list