mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01: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
177 B
ArmAsm
6 lines
177 B
ArmAsm
// RUN: not llvm-mc -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
|
|
|
|
// CHECK: error: expected absolute expression
|
|
|
|
.section .text,"ax",@progbits,unique, "abc"
|