[PATCH] Fix typo (NFC)

This commit is contained in:
Evandro Menezes 2020-10-02 16:30:39 -05:00
parent e25bf25920
commit a0a8f83718
1 changed files with 1 additions and 1 deletions

View File

@ -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"