[PATCH] D88771: [PATCH] Fix typo (NFC)
Jiao Lu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 2 20:43:39 PDT 2020
jiaolu created this revision.
Herald added subscribers: cfe-commits, luismarques, apazos, sameer.abuasal, pzheng, s.egerton, lenary, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.
Herald added a project: clang.
jiaolu requested review of this revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D88771
Files:
clang/test/Driver/riscv-cpus.c
Index: clang/test/Driver/riscv-cpus.c
===================================================================
--- clang/test/Driver/riscv-cpus.c
+++ clang/test/Driver/riscv-cpus.c
@@ -28,7 +28,7 @@
// MCPU-ABI-SIFIVE-U54: "-target-feature" "+c" "-target-feature" "+64bit"
// MCPU-ABI-SIFIVE-U54: "-target-abi" "lp64"
-// march overwirte mcpu's default march
+// march overwrite mcpu's default march
// RUN: %clang -target riscv32 -### -c %s 2>&1 -mcpu=sifive-e31 -march=rv32imc | FileCheck -check-prefix=MCPU-MARCH %s
// MCPU-MARCH: "-nostdsysteminc" "-target-cpu" "sifive-e31" "-target-feature" "+m" "-target-feature" "+c"
// MCPU-MARCH: "-target-abi" "ilp32"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88771.295954.patch
Type: text/x-patch
Size: 664 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201003/17f9a865/attachment.bin>
More information about the cfe-commits
mailing list