mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
3a529b818e
llvm-svn: 239240
3 lines
146 B
ArmAsm
3 lines
146 B
ArmAsm
# RUN: not llvm-mc -filetype=obj -triple=i386-unknown-elf -defsym aaoeuaoeu %s 2>&1 | FileCheck %s
|
|
# CHECK: defsym must be of the form: sym=value
|