From a55661b6bdb4a635c37cb3acfbf3bb09e1645de2 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Fri, 5 Nov 2010 18:50:35 +0000 Subject: [PATCH] Enable MachO writing for ARM/Darwin. Lots of stuff still doesn't work (relocations, e.g.), but this will allow simple things to flow through. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118289 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMAsmBackend.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/ARM/ARMAsmBackend.cpp b/lib/Target/ARM/ARMAsmBackend.cpp index e1c4524162c..ac258fafd81 100644 --- a/lib/Target/ARM/ARMAsmBackend.cpp +++ b/lib/Target/ARM/ARMAsmBackend.cpp @@ -111,7 +111,6 @@ public: DarwinARMAsmBackend(const Target &T) : ARMAsmBackend(T) { HasScatteredSymbols = true; - assert(0 && "DarwinARMAsmBackend::DarwinARMAsmBackend() unimplemented"); } virtual const MCObjectFormat &getObjectFormat() const {