blob: 904a50cdaed73ad89c4fa15ac78e3cef65324447 [file] [log] [blame]
# RUN: not llvm-mc -triple riscv32 < %s 2>&1 \
# RUN: | FileCheck -check-prefixes=CHECK %s
# CHECK: error: unexpected token, expected identifier
.option
# CHECK: error: unexpected token, expected identifier
.option 123
# CHECK: error: unexpected token, expected identifier
.option "str"
# CHECK: error: unexpected token, expected end of statement
.option rvc foo
# CHECK: warning: unknown option, expected 'rvc', 'norvc', 'relax' or 'norelax'
.option bar