17 lines · plain
1// RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2> %t.err2// RUN: FileCheck --check-prefix=CHECK-ERRORS %s < %t.err3// CHECK-ERRORS: :[[#@LINE+1]]:10: error: invalid octal number4.long 80+085 6// CHECK-ERRORS: :[[#@LINE+1]]:10: error: invalid hexadecimal number7.long 80+0xzz8 9// CHECK-ERRORS: :[[#@LINE+1]]:7: error: out of range literal value10.byte 25611 12// CHECK-ERRORS: :[[#@LINE+1]]:7: error: out of range literal value13.long 4e71cf69 // double floating point constant due to missing "0x"14 15// CHECK-ERRORS: :[[#@LINE+1]]:7: error: out of range literal value16.word 0xfffffffff17