mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118289 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c9d1439051
commit
a55661b6bd
@ -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