mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 11:17:31 +00:00
34e32c59b8
These were all failing when building the X86 backend but specifying LLVM_DEFAULT_TARGET_TRIPLE=''. llvm-svn: 323608
9 lines
158 B
ArmAsm
9 lines
158 B
ArmAsm
// RUN: not llvm-mc %s 2> %t
|
|
// RUN: FileCheck < %t %s
|
|
// REQUIRES: default_triple
|
|
|
|
.macro M a a
|
|
.endm
|
|
|
|
// CHECK: macro 'M' has multiple parameters named 'a'
|