diff options
author | Cameron Zwarich <zwarich@apple.com> | 2011-02-25 16:30:32 +0000 |
---|---|---|
committer | Cameron Zwarich <zwarich@apple.com> | 2011-02-25 16:30:32 +0000 |
commit | fcf51fd298650957ddb0a77cbd8c6502dbf81fe9 (patch) | |
tree | 04a6ac30a41ba0c74fa9dd5a27a1be61ca6110f2 /llvm/lib/MC/MCPureStreamer.cpp | |
parent | f29ba48c7f9e459132032193ac4ec0450f1a4cba (diff) | |
download | bcm5719-llvm-fcf51fd298650957ddb0a77cbd8c6502dbf81fe9.tar.gz bcm5719-llvm-fcf51fd298650957ddb0a77cbd8c6502dbf81fe9.zip |
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
llvm-svn: 126488
Diffstat (limited to 'llvm/lib/MC/MCPureStreamer.cpp')
-rw-r--r-- | llvm/lib/MC/MCPureStreamer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/MC/MCPureStreamer.cpp b/llvm/lib/MC/MCPureStreamer.cpp index 9e80b3bafdc..6098e6b8f38 100644 --- a/llvm/lib/MC/MCPureStreamer.cpp +++ b/llvm/lib/MC/MCPureStreamer.cpp @@ -83,9 +83,6 @@ public: virtual void EndCOFFSymbolDef() { report_fatal_error("unsupported directive in pure streamer"); } - virtual void EmitCOFFSecRel32(MCSymbol const *Symbol) { - report_fatal_error("unsupported directive in pure streamer"); - } virtual void EmitELFSize(MCSymbol *Symbol, const MCExpr *Value) { report_fatal_error("unsupported directive in pure streamer"); } |