mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
53d9af7a03
FileCheck is crashing on in the input file, so reverting again while I investigate. This reverts r308023. llvm-svn: 308030
7 lines
169 B
ArmAsm
7 lines
169 B
ArmAsm
# RUN: not llvm-mc -arch=mips -mcpu=mips32r5 < %s 2>&1 | FileCheck %s
|
|
|
|
# CHECK: error: .module directive must appear before any code
|
|
.set nomips16
|
|
.module mt
|
|
nop
|