mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
44196f9fa0
Makes error handling more consistent by using the helpers in support. llvm-svn: 330536
3 lines
136 B
ArmAsm
3 lines
136 B
ArmAsm
# RUN: not llvm-mc -filetype=obj -triple=i386-unknown-elf -defsym a=a %s 2>&1 | FileCheck %s
|
|
# CHECK: error: value is not an integer: a
|