summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/undefined-debug.s
blob: 95ead70ef97149feb1f83fe2aa480689bc921b6c (plain)
1
2
3
4
5
// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t 2>&1 | FileCheck %s
// CHECK: error: Undefined section reference: .debug_pubnames

.section .foo,"",@progbits
  .long  .debug_pubnames
OpenPOWER on IntegriCloud