[llvm] r349258 - [mips] Fix test typo in rL348914
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 15 00:44:47 PST 2018
Author: maskray
Date: Sat Dec 15 00:44:47 2018
New Revision: 349258
URL: http://llvm.org/viewvc/llvm-project?rev=349258&view=rev
Log:
[mips] Fix test typo in rL348914
RUN; -> RUN:
Modified:
llvm/trunk/test/MC/Mips/cprestore-noreorder-noat.s
Modified: llvm/trunk/test/MC/Mips/cprestore-noreorder-noat.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Mips/cprestore-noreorder-noat.s?rev=349258&r1=349257&r2=349258&view=diff
==============================================================================
--- llvm/trunk/test/MC/Mips/cprestore-noreorder-noat.s (original)
+++ llvm/trunk/test/MC/Mips/cprestore-noreorder-noat.s Sat Dec 15 00:44:47 2018
@@ -1,6 +1,6 @@
# RUN: not llvm-mc %s -triple mips-unknown-linux-gnu -mcpu=mips32 \
# RUN: --position-independent -filetype=obj -o /dev/null 2>&1 \
-# RUN; | FileCheck %s -check-prefix=O32
+# RUN: | FileCheck %s -check-prefix=O32
# RUN: llvm-mc %s -triple mips64-unknown-linux-gnu -filetype=obj \
# RUN: -o /dev/null 2>&1 \
More information about the llvm-commits
mailing list