mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
c53c13d76f
We already disallowed .global .Lfoo so this is reasonable. This is a small cherry pick from r240130. llvm-svn: 240681
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
|