brintos

brintos / llvm-project-archived public Read only

0
0
Text · 295 B · 4bae323 Raw
10 lines · plain
1# Historically 'as' treats '.' as a reference to the current location in2# arbitrary contexts. We don't support this in general.3 4# RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t5# RUN: FileCheck -input-file %t %s6 7# CHECK: invalid use of pseudo-symbol '.' as a label8.:9        .long 010