metadata-declaration-errors.s 273 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 // RUN: not llvm-mc -triple x86_64-pc-linux-gnu %s \ // RUN: -filetype=obj -o %t.o 2>&1 | FileCheck %s // Check we do not silently ignore invalid metadata symbol (123). // CHECK: error: invalid metadata symbol .section .foo,"a" .quad 0 .section bar,"ao",@progbits,123