[PATCH] D113068: [lld-macho] Add -fatal-warnings alias

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 4 09:17:02 PDT 2021


thakis added a comment.

+1; lld-link doesn't have this either, and even if we add this alias there's a ton of other options that are different. And if bazel (or similar) _requires_ this flag, it won't work with link.exe and ld64, and the point of the compatible drivers is to make linkers mostly interchangeable on each os.

(Otoh if we do end up adding it, please use two `--` as prefix and move it up into the "lld-only" section further up )


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113068



More information about the llvm-commits mailing list