mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 19:32:16 +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)
|
DarwinARMAsmBackend(const Target &T)
|
||||||
: ARMAsmBackend(T) {
|
: ARMAsmBackend(T) {
|
||||||
HasScatteredSymbols = true;
|
HasScatteredSymbols = true;
|
||||||
assert(0 && "DarwinARMAsmBackend::DarwinARMAsmBackend() unimplemented");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual const MCObjectFormat &getObjectFormat() const {
|
virtual const MCObjectFormat &getObjectFormat() const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user