279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
10 lines
295 B
ArmAsm
10 lines
295 B
ArmAsm
# 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
|