mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +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
7 lines
189 B
ArmAsm
7 lines
189 B
ArmAsm
// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t 2>&1 | FileCheck %s
|
|
|
|
// CHECK: error: multiple symbol versions defined for foo
|
|
|
|
.symver foo, foo@1
|
|
.symver foo, foo@2
|