[all-commits] [llvm/llvm-project] fa6aad: [llvm] Prevent building for riscv32-unknown-fuchsia
PiJoules via All-commits
all-commits at lists.llvm.org
Wed Mar 1 11:43:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa6aadd6cb680f366fed50030f6a667ff30c33c9
https://github.com/llvm/llvm-project/commit/fa6aadd6cb680f366fed50030f6a667ff30c33c9
Author: Leonard Chan <leonardchan at google.com>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
A llvm/test/CodeGen/RISCV/rv32-fuchsia.ll
Log Message:
-----------
[llvm] Prevent building for riscv32-unknown-fuchsia
Fuchsia is exclusively 64-bit so this throw an error when using this
triple.
Differential Revision: https://reviews.llvm.org/D144998
More information about the All-commits
mailing list