Enable MachO writing for ARM/Darwin. Lots of stuff still doesn't work
authorJim Grosbach <grosbach@apple.com>
Fri, 5 Nov 2010 18:50:35 +0000 (18:50 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 5 Nov 2010 18:50:35 +0000 (18:50 +0000)
(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

index e1c4524162c34f758966f1abfb690a7afc380101..ac258fafd815e13a920227b1899bec08b7d033d9 100644 (file)
@@ -111,7 +111,6 @@ public:
   DarwinARMAsmBackend(const Target &T)
     : ARMAsmBackend(T) {
     HasScatteredSymbols = true;
-    assert(0 && "DarwinARMAsmBackend::DarwinARMAsmBackend() unimplemented");
   }
 
   virtual const MCObjectFormat &getObjectFormat() const {