mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Test for invalid constant expr addition - bad octal constant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129323 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3755b2d0e
commit
164254d77c
@ -1,13 +1,5 @@
|
|||||||
// RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
|
// RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2> %t.err | FileCheck %s
|
||||||
// RUN: FileCheck -input-file %t %s
|
// RUN: FileCheck --check-prefix=CHECK-ERRORS %s < %t.err
|
||||||
|
// CHECK: .section __TEXT,__text,regular,pure_instructions
|
||||||
// Currently XFAIL'ed, since the front-end isn't validating this. Figure out the
|
// CHECK-ERRORS: error: Invalid octal number
|
||||||
// right resolution.
|
.long 80+08
|
||||||
//
|
|
||||||
// XFAIL: *
|
|
||||||
|
|
||||||
.text
|
|
||||||
a:
|
|
||||||
.data
|
|
||||||
// CHECK: expected relocatable expression
|
|
||||||
.long -(0 + a)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user