xref: /aosp_15_r20/external/llvm/test/MC/ELF/section-unique-err1.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1// RUN: not llvm-mc -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
2
3// CHECK:  error: expected absolute expression
4
5        .section	.text,"ax",@progbits,unique, "abc"
6