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:
parent
a85416eb77
commit
1ee24bfd45
@ -111,7 +111,6 @@ public:
|
||||
DarwinARMAsmBackend(const Target &T)
|
||||
: ARMAsmBackend(T) {
|
||||
HasScatteredSymbols = true;
|
||||
assert(0 && "DarwinARMAsmBackend::DarwinARMAsmBackend() unimplemented");
|
||||
}
|
||||
|
||||
virtual const MCObjectFormat &getObjectFormat() const {
|
||||
|
Loading…
Reference in New Issue
Block a user