[PATCH] D68899: llvm/cmake/config.guess: add support for riscv32 and riscv64
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 07:18:20 PST 2020
luismarques added a comment.
In D68899#1872213 <https://reviews.llvm.org/D68899#1872213>, @gokturk wrote:
> The current config.guess is GPL-2 or later. The upstream config.guess is GPL-3. I was under the impression that LLVM upstream wanted to maintain a GPL-2 license. So I wrote my own version.
I also thought that might be a problem, but there are two more `config.guess` files in the monorepo, and one of them is GPL-3 (`polly/lib/External/isl/config.guess`), but maybe that's not considered core to LLVM enough to matter? I'm not sure to what extent a configure script is considered to affect the general LLVM license...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68899/new/
https://reviews.llvm.org/D68899
More information about the llvm-commits
mailing list