[PATCH] D55445: [cmake] Update config.guess to gnuconfig git 2018-12-07
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 17 05:06:34 PST 2018
rengolin requested changes to this revision.
rengolin added a comment.
If you `git log cmake/config.guess` you'll see that all the past changes either remove functionality or add obvious parts that shouldn't inflict on copyright.
That kind of change is acceptable IFF it is reviewed and accepted by a number of core maintainers.
A blanket replacement will never be accepted on copyright and license issues that cannot be resolved.
Please, drop this patch and start a new one with *just* the functionality you need. If that turns out it's still impossible to merge (ie, use specific snippets from GPL3 code), then we'll need to find another solution.
However, as @aaron.ballman suggests, if you can find an equivalent project with a compatible license (GPL2 should be fine), then we can be easily persuaded to change LLVM.
regards,
--renato
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55445/new/
https://reviews.llvm.org/D55445
More information about the llvm-commits
mailing list