view test/MC/AsmParser/dot-symbol-assignment-backwards.s @ 85:5e5d649e25d2

Update LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Thu, 19 Feb 2015 15:19:25 +0900
parents 54457678186b
children 803732b1fca8
line wrap: on
line source

# RUN: not llvm-mc -filetype=obj -triple i386-unknown-unknown %s 2> %t
# RUN: FileCheck -input-file %t %s

. = 0x10
	.byte 1

. = . + 10
	.byte 2

# CHECK: LLVM ERROR: invalid .org offset '24' (at offset '28')
. = 0x18
	.byte 3