1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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
This commit is contained in:
Jim Grosbach 2010-11-05 18:50:35 +00:00
parent a85416eb77
commit 1ee24bfd45

View File

@ -111,7 +111,6 @@ public:
DarwinARMAsmBackend(const Target &T)
: ARMAsmBackend(T) {
HasScatteredSymbols = true;
assert(0 && "DarwinARMAsmBackend::DarwinARMAsmBackend() unimplemented");
}
virtual const MCObjectFormat &getObjectFormat() const {