[PATCH] D40139: Fix RISCV build after r318352
Azharuddin Mohammed via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 10:39:59 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL318437: Fix RISCV build after r318352 (authored by azharudd).
Changed prior to commit:
https://reviews.llvm.org/D40139?vs=123206&id=123210#toc
Repository:
rL LLVM
https://reviews.llvm.org/D40139
Files:
llvm/trunk/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp
Index: llvm/trunk/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp
===================================================================
--- llvm/trunk/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp
+++ llvm/trunk/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp
@@ -24,7 +24,7 @@
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");
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40139.123210.patch
Type: text/x-patch
Size: 714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171116/b2a6b97f/attachment.bin>
More information about the llvm-commits
mailing list