This revision was automatically updated to reflect the committed changes.
Closed by commit rGb47d4df25c69: Switch ABI references to env/environment
(authored by lamb-j).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145833/new/
https://reviews.llvm.
rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.
IIRC, "abi" used to be what Arm called, but "env" is equally good. And it it's
consistent with `Triple.h`, even better. LGTM, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
lamb-j created this revision.
Herald added a project: All.
lamb-j requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
To be consistent with Triple.h, we update references to the
optional fourth triple field from ABI to env or enviornment
Repo