mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 12:08:25 +00:00
Fix two tiny issues (ARM does not need COFF) and comment sanity.
llvm-svn: 115147
This commit is contained in:
parent
d1710d7fb3
commit
b181166ffc
@ -15,7 +15,6 @@
|
||||
#include "llvm/MC/MCAssembler.h"
|
||||
#include "llvm/MC/MCExpr.h"
|
||||
#include "llvm/MC/MCObjectWriter.h"
|
||||
#include "llvm/MC/MCSectionCOFF.h"
|
||||
#include "llvm/MC/MCSectionELF.h"
|
||||
#include "llvm/MC/MCSectionMachO.h"
|
||||
#include "llvm/MC/MachObjectWriter.h"
|
||||
@ -87,7 +86,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
// Fixme: can we raise this to share code bet. Darwin and ELF?
|
||||
// Fixme: can we raise this to share code between Darwin and ELF?
|
||||
void ELFARMAsmBackend::ApplyFixup(const MCFixup &Fixup, MCDataFragment &DF,
|
||||
uint64_t Value) const {
|
||||
assert(0 && "ELFARMAsmBackend::ApplyFixup() unimplemented");
|
||||
|
Loading…
Reference in New Issue
Block a user