diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-06-25 05:37:58 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-06-25 05:37:58 +0000 |
commit | 6804d450cdbb7c44c392c7009d1f2c4ca3d04ce6 (patch) | |
tree | ebe55da57cd5cf8a29b5fce9a292ec423e2f83cb /llvm/lib/MC/MCStreamer.cpp | |
parent | 87422d9457c15af46d8f985718fd77c9c92d2b82 (diff) | |
download | bcm5719-llvm-6804d450cdbb7c44c392c7009d1f2c4ca3d04ce6.tar.gz bcm5719-llvm-6804d450cdbb7c44c392c7009d1f2c4ca3d04ce6.zip |
Fix another asserting method in the null streamer.
llvm-svn: 211668
Diffstat (limited to 'llvm/lib/MC/MCStreamer.cpp')
-rw-r--r-- | llvm/lib/MC/MCStreamer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCStreamer.cpp b/llvm/lib/MC/MCStreamer.cpp index fad1425dd1d..08f80666529 100644 --- a/llvm/lib/MC/MCStreamer.cpp +++ b/llvm/lib/MC/MCStreamer.cpp @@ -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) { |