Home | History | Annotate | Download | only in ELF
      1 // RUN: not llvm-mc -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
      2 
      3 // CHECK:  error: unique id must be positive
      4 
      5         .section	.text,"ax",@progbits,unique, -1
      6