brintos

brintos / llvm-project-archived public Read only

0
0
Text · 177 B · 3a997d1 Raw
6 lines · plain
1// RUN: not llvm-mc -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s2 3// CHECK:  error: expected absolute expression4 5        .section	.text,"ax",@progbits,unique, "abc"6