view test/MC/AsmParser/directive_end.s @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +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