• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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