[PATCH] D119394: [lld-macho][nfc] Centralize usages of ld64.lld in tests

Vincent Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 17:25:06 PST 2022


thevinster added a comment.

Overall, I gave it some thought on the naming. To be consistent with a part of the naming (e.g. `no_fatal_warnings_`), it makes sense to have `no-arg` be as the prefix as well. We do have a mix of `-` and `_` (e.g. `lld-watchos` and `no_fatal_warnings_lld`). I broke the tie and slightly prefer `-`. Hence, the result `no-arg-lld`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119394



More information about the llvm-commits mailing list