Home | History | Annotate | Download | only in mips64r2
      1 # RUN: not llvm-mc %s -triple mips-unknown-unknown -mcpu=mips64r2 2>&1 | FileCheck %s
      2 # CHECK: .text
      3 
      4 
      5 
      6         .set fp=xx
      7 # CHECK     : error: 'set fp=xx'option requires O32 ABI
      8 # CHECK     : .set fp=xx
      9 # CHECK     :          ^
     10