Emit DWARF line entries for all data in the instruction stream.
[oota-llvm.git] / test / MC / ELF / invalid-symver.s
1 // RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t 2> %t.out
2 // RUN: FileCheck --input-file=%t.out %s
3
4 // CHECK: A @@ version cannot be undefined
5
6         .symver undefined, foo@@bar
7         .long undefined