summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCMachOStreamer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/MC/MCMachOStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCMachOStreamer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/MC/MCMachOStreamer.cpp b/llvm/lib/MC/MCMachOStreamer.cpp
index a21dc1987d2..d1f9f5cd568 100644
--- a/llvm/lib/MC/MCMachOStreamer.cpp
+++ b/llvm/lib/MC/MCMachOStreamer.cpp
@@ -63,9 +63,6 @@ public:
virtual void EndCOFFSymbolDef() {
assert(0 && "macho doesn't support this directive");
}
- virtual void EmitCOFFSecRel32(MCSymbol const *Symbol) {
- assert(0 && "macho doesn't support this directive");
- }
virtual void EmitELFSize(MCSymbol *Symbol, const MCExpr *Value) {
assert(0 && "macho doesn't support this directive");
}
OpenPOWER on IntegriCloud