mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
deeee9c0cb
We stil don't have a source location, which is pretty lame, but at least we won't tell the user to file a clang bug report anymore. Fixes PR40712 llvm-svn: 353907
8 lines
243 B
ArmAsm
8 lines
243 B
ArmAsm
// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t 2> %t.out
|
|
// RUN: FileCheck --input-file=%t.out %s
|
|
|
|
// CHECK: error: versioned symbol foo@@bar must be defined
|
|
|
|
.symver undefined, foo@@bar
|
|
.long undefined
|