summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/mt/module-directive-invalid.s
blob: 38baaa07cdc171ddb2ad30dff3f021719eaba849 (plain)
1
2
3
4
5
6
# 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
OpenPOWER on IntegriCloud