forked from OSchip/llvm-project
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
433e8d3e04
commit
fa8420d0a1
|
@ -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…
Reference in New Issue