view test/MC/AsmParser/directive_end.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 c2174574ed3a
line wrap: on
line source

# RUN: llvm-mc -triple i386-unknown-unknown %s -filetype obj -o - \
# RUN:   | llvm-readobj -t | FileCheck %s

	.end

its_a_tarp:
	int $0x3

# CHECK: Symbol {
# CHECK-NOT:   Name: its_a_tarp