[all-commits] [llvm/llvm-project] de1c28: llvm/cmake/config.guess: add support for riscv32 a...
Luís Marques via All-commits
all-commits at lists.llvm.org
Fri Feb 14 03:54:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: de1c2877a9ff12899ef50e179ade748fba8ab0c0
https://github.com/llvm/llvm-project/commit/de1c2877a9ff12899ef50e179ade748fba8ab0c0
Author: Luís Marques <luismarques at lowrisc.org>
Date: 2020-02-14 (Fri, 14 Feb 2020)
Changed paths:
M llvm/cmake/config.guess
Log Message:
-----------
llvm/cmake/config.guess: add support for riscv32 and riscv64
Summary: LLVM configuration fails with 'unable to guess system type' on riscv64.
Add support for detecting riscv32 and riscv64 systems.
Patch by Gokturk Yuksek (gokturk)
Reviewers: erichkeane, rengolin, mgorny, aaron.ballman, beanz, luismarques
Reviewed By: luismarques
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D68899
More information about the All-commits
mailing list