view test/MC/AsmParser/dot-symbol.s @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 54457678186b
children
line wrap: on
line source

# Historically 'as' treats '.' as a reference to the current location in
# arbitrary contexts. We don't support this in general.

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

# CHECK: invalid use of pseudo-symbol '.' as a label
.:
        .long 0