mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix RISCV build after r318352
Reviewers: asb, apazos, mgrang Reviewed By: mgrang Subscribers: rbar, johnrusso, simoncook, jordy.potman.lists, llvm-commits Differential Revision: https://reviews.llvm.org/D40139 llvm-svn: 318437
This commit is contained in:
parent
8114b623a7
commit
0f17d7a34d
@ -24,7 +24,7 @@ Target &getTheRISCV64Target() {
|
||||
|
||||
extern "C" void LLVMInitializeRISCVTargetInfo() {
|
||||
RegisterTarget<Triple::riscv32> X(getTheRISCV32Target(), "riscv32",
|
||||
"32-bit RISC-V");
|
||||
"32-bit RISC-V", "RISCV");
|
||||
RegisterTarget<Triple::riscv64> Y(getTheRISCV64Target(), "riscv64",
|
||||
"64-bit RISC-V");
|
||||
"64-bit RISC-V", "RISCV");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user