summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit2bab7570f5a4930f25f748bdc7d5187c6f4cb383 (patch)
tree960314c778d28106327d2c4f9f05ecaad179ff19 /llvm/lib
parent46c2acbcb44d1c5982c05510ff992701cb952d84 (diff)
downloadbcm5719-llvm-2bab7570f5a4930f25f748bdc7d5187c6f4cb383.tar.gz
bcm5719-llvm-2bab7570f5a4930f25f748bdc7d5187c6f4cb383.zip
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. llvm-svn: 118289
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMAsmBackend.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmBackend.cpp b/llvm/lib/Target/ARM/ARMAsmBackend.cpp
index e1c4524162c..ac258fafd81 100644
--- a/llvm/lib/Target/ARM/ARMAsmBackend.cpp
+++ b/llvm/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 {
OpenPOWER on IntegriCloud