xref: /llvm-project/llvm/test/MC/ELF/undefined-debug.s (revision 79ace92fcd19c357d51a414109fb1121014c0173)
1// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t 2>&1 | FileCheck %s
2// CHECK: error: Undefined section reference: .debug_pubnames
3
4.section .foo,"",@progbits
5  .long  .debug_pubnames
6