aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/section-unique-err1.s
blob: 3a997d177667ccaba0a4f67fd7a883e2e55808e4 (plain)
1
2
3
4
5
// 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"