[all-commits] [llvm/llvm-project] e48a0d: [cmake] Add LoongArch to config.guess
WÁNG Xuěruì via All-commits
all-commits at lists.llvm.org
Mon Aug 1 00:07:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e48a0df3fcfd2a58f957a86ae5f11a6bb5fa5d85
https://github.com/llvm/llvm-project/commit/e48a0df3fcfd2a58f957a86ae5f11a6bb5fa5d85
Author: WANG Xuerui <xen0n at gentoo.org>
Date: 2022-08-01 (Mon, 01 Aug 2022)
Changed paths:
M llvm/cmake/config.guess
Log Message:
-----------
[cmake] Add LoongArch to config.guess
Necessary for native builds on LoongArch. Only Linux is added for now,
matching upstream config.git changes.
Unfortunately, the upstream config.guess is GPLv3+ since 2012, and
LLVM is without autoconf support for a long time, so the script's
licensing exception no longer works and a bump could not be trivially
done.
This is the same as the [upstream commit adding LoongArch](https://git.savannah.gnu.org/gitweb/?p=config.git;a=commitdiff;h=c8ddc8472f8efcadafc1ef53ca1d863415fddd5f),
but rewritten to match the 2011 style that our script is holding on
to.
Differential Revision: https://reviews.llvm.org/D130820
More information about the All-commits
mailing list