1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[mips] Fix test typo in rL348914

RUN; -> RUN:

llvm-svn: 349258
This commit is contained in:
Fangrui Song 2018-12-15 08:44:47 +00:00
parent 12c4199c04
commit e9e1319c86

View File

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