projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9d1439
)
Enable MachO writing for ARM/Darwin. Lots of stuff still doesn't work
author
Jim Grosbach
<grosbach@apple.com>
Fri, 5 Nov 2010 18:50:35 +0000
(18:50 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMAsmBackend.cpp
b/lib/Target/ARM/ARMAsmBackend.cpp
index e1c4524162c34f758966f1abfb690a7afc380101..ac258fafd815e13a920227b1899bec08b7d033d9 100644
(file)
--- 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 {