mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 22:34:39 +00:00
6fa49967ca
H.J. Lu noted that all .section options are separated by a comma. This patch changes the syntax of unique to require one. llvm-svn: 234174
6 lines
172 B
ArmAsm
6 lines
172 B
ArmAsm
// RUN: not llvm-mc -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
|
|
|
|
// CHECK: error: unique id must be positive
|
|
|
|
.section .text,"ax",@progbits,unique, -1
|