diff options
Diffstat (limited to 'llvm/lib/MC/MCStreamer.cpp')
-rw-r--r-- | llvm/lib/MC/MCStreamer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCStreamer.cpp b/llvm/lib/MC/MCStreamer.cpp index 50a5f8d1699..6d53fb196c6 100644 --- a/llvm/lib/MC/MCStreamer.cpp +++ b/llvm/lib/MC/MCStreamer.cpp @@ -600,7 +600,7 @@ void MCStreamer::EmitWin64EHEndProlog() { } void MCStreamer::EmitCOFFSecRel32(MCSymbol const *Symbol) { - assert(0 && "This file format doesn't support this directive"); + llvm_unreachable("This file format doesn't support this directive"); } void MCStreamer::EmitFnStart() { |