Fix PR18381 - print a minimal diagnostic rather than assert on unresolved .secidx...
[oota-llvm.git] / test / MC / COFF / secidx-diagnostic.s
1 // RUN: not llvm-mc -filetype=obj -triple i686-pc-win32 %s 2>%t
2 // RUN: FileCheck %s < %t
3
4 // CHECK: symbol 'bar' can not be undefined
5
6 .data
7 foo:
8         .secidx bar