64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
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
|