brintos

brintos / llvm-project-archived public Read only

0
0
Text · 390 B · 41d9065 Raw
17 lines · plain
1# RUN: llvm-mc -triple=mips -mcpu=mips32 %s 2>&1 | FileCheck %s2 3# We don't support the bopt option in the integrated assembler. Given it's4# single pass nature, it would be quite difficult to implement currently.5 6# Ensure we parse the bopt & nobopt directives and warn in the bopt case.7 8# CHECK: warning: 'bopt' feature is unsupported9# CHECK: nop10.text11f:12.set bopt13g:14.set nobopt15nop16 17