mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 22:20:37 +00:00
1de6f369b3
We already disallowed .global .Lfoo so this is reasonable. This is a small cherry pick from r240130. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240681 91177308-0d34-0410-b5e6-96231b3b80d8
5 lines
137 B
ArmAsm
5 lines
137 B
ArmAsm
// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux %s -o - 2>&1 | FileCheck %s
|
|
|
|
// CHECK: Undefined temporary
|
|
.long .Lfoo
|