Home | History | Annotate | Download | only in AsmParser
      1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
      2 
      3 # FIXME: This is currently unsupported. If it turns out no one uses it, we
      4 # should just rip it out.
      5 
      6 # XFAIL: *
      7 
      8 # CHECK: TEST0:
      9 # CHECK: .lsym bar,foo
     10 # CHECK: .lsym baz,3
     11 TEST0:
     12         .lsym   bar, foo
     13         .lsym baz, 2+1
     14