aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-11-05 18:50:35 +0000
committerJim Grosbach <grosbach@apple.com>2010-11-05 18:50:35 +0000
commita55661b6bdb4a635c37cb3acfbf3bb09e1645de2 (patch)
tree3256828933c2319bb81967d8b1e358e28a9b7d79
parentc9d1439051d130cfb947ef9ab4a95737c41e2fd1 (diff)
downloadexternal_llvm-a55661b6bdb4a635c37cb3acfbf3bb09e1645de2.zip
external_llvm-a55661b6bdb4a635c37cb3acfbf3bb09e1645de2.tar.gz
external_llvm-a55661b6bdb4a635c37cb3acfbf3bb09e1645de2.tar.bz2
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
-rw-r--r--lib/Target/ARM/ARMAsmBackend.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMAsmBackend.cpp b/lib/Target/ARM/ARMAsmBackend.cpp
index e1c4524..ac258fa 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 {