mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-13 16:03:58 +00:00
6 lines
159 B
ArmAsm
6 lines
159 B
ArmAsm
|
// RUN: not llvm-mc -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
|
||
|
|
||
|
// CHECK: error: expected commma
|
||
|
|
||
|
.section .text,"ax",@progbits,unique 1
|