Fix another asserting method in the null streamer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211668 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2014-06-25 05:37:58 +00:00
parent 5178d868c8
commit aa2e057bc1
2 changed files with 2 additions and 1 deletions

View File

@ -567,7 +567,6 @@ void MCStreamer::EmitWin64EHEndProlog() {
}
void MCStreamer::EmitCOFFSectionIndex(MCSymbol const *Symbol) {
llvm_unreachable("This file format doesn't support this directive");
}
void MCStreamer::EmitCOFFSecRel32(MCSymbol const *Symbol) {

View File

@ -6,6 +6,8 @@
; RUN: llc -mtriple=i686-pc-win32 -filetype=asm -O0 < %s | FileCheck -check-prefix=WIN32 %s
; WIN32: .section .debug$S,"rnd"
; RUN: llc -mtriple=i686-pc-win32 -filetype=null -O0 < %s
; generated from:
; clang -g -S -emit-llvm test.c -o test.ll
; int main()