[PATCH] D103125: [Clang][WIP] Allow renaming of "clang"

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 25 17:18:27 PDT 2021


dblaikie added subscribers: jhenderson, probinson, dblaikie.
dblaikie added a comment.

Can't say I'm super enthusiastic about this (I assume the build already supports prefixes and suffixes, which I'd hope would be adequate - but presumably are not for your use case), though there's some, I think, related prior art: Sony folks (@probinson @jhenderson) have (or had at some point) different C++ language standard/version defaults than upstream and have maintained/made changes to upstream test cases that assume the upstream default version to not make that assumption (to have it explicit). So having some costs/changes upstream for downstream differences like this seems at least vaguely plausible to me.

I guess I might use this if it existed to have shorter names for my development build (rather than `clang-tot` maybe I could name it `clot` or something... ).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103125



More information about the llvm-commits mailing list