[llvm-commits] [llvm] r118289 - /llvm/trunk/lib/Target/ARM/ARMAsmBackend.cpp

Jim Grosbach grosbach at apple.com
Fri Nov 5 11:50:35 PDT 2010


Author: grosbach
Date: Fri Nov  5 13:50:35 2010
New Revision: 118289

URL: http://llvm.org/viewvc/llvm-project?rev=118289&view=rev
Log:
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.

Modified:
    llvm/trunk/lib/Target/ARM/ARMAsmBackend.cpp

Modified: llvm/trunk/lib/Target/ARM/ARMAsmBackend.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMAsmBackend.cpp?rev=118289&r1=118288&r2=118289&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMAsmBackend.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMAsmBackend.cpp Fri Nov  5 13:50:35 2010
@@ -111,7 +111,6 @@
   DarwinARMAsmBackend(const Target &T)
     : ARMAsmBackend(T) {
     HasScatteredSymbols = true;
-    assert(0 && "DarwinARMAsmBackend::DarwinARMAsmBackend() unimplemented");
   }
 
   virtual const MCObjectFormat &getObjectFormat() const {





More information about the llvm-commits mailing list