[PATCH] D84209: [llvm-libtool-darwin] Add support for -D option

Sameer Arora via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 22 14:20:40 PDT 2020


sameerarora101 added a comment.

It seems like cctools' `libtool` does not have an explicit flag for indicating non-deterministic behavior. Thus, if I set `Deterministic` to `true` by default, I would need to implement another flag (something like `-U`) to specify non-deterministic behavior for `llvm-libtool`. This would then be a slight deviation from libtool's behavior. What do you guys think?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84209





More information about the llvm-commits mailing list