[COFF] Add support for the .secidx directive
[oota-llvm.git] / lib / MC / MCStreamer.cpp
index 2e1d69b77f6f0cb8d5a7745e744aa1fdf8d6049e..22e1d47b000005b1912eaeb4e8e4bec9c63d61c8 100644 (file)
@@ -566,6 +566,10 @@ void MCStreamer::EmitWin64EHEndProlog() {
   EmitLabel(CurFrame->PrologEnd);
 }
 
+void MCStreamer::EmitCOFFSectionIndex(MCSymbol const *Symbol) {
+  llvm_unreachable("This file format doesn't support this directive");
+}
+
 void MCStreamer::EmitCOFFSecRel32(MCSymbol const *Symbol) {
   llvm_unreachable("This file format doesn't support this directive");
 }