diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-11-05 18:50:35 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-11-05 18:50:35 +0000 |
| commit | 2bab7570f5a4930f25f748bdc7d5187c6f4cb383 (patch) | |
| tree | 960314c778d28106327d2c4f9f05ecaad179ff19 /llvm/lib | |
| parent | 46c2acbcb44d1c5982c05510ff992701cb952d84 (diff) | |
| download | bcm5719-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.cpp | 1 |
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 { |

