From a4c27248b5ddba8c821889abf8c222950b3426ef Mon Sep 17 00:00:00 2001 From: Jason W Kim Date: Thu, 30 Sep 2010 14:58:19 +0000 Subject: [PATCH] Fix two tiny issues (ARM does not need COFF) and comment sanity. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115147 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMAsmBackend.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Target/ARM/ARMAsmBackend.cpp b/lib/Target/ARM/ARMAsmBackend.cpp index 8dad104e797..f13c2bbf482 100644 --- a/lib/Target/ARM/ARMAsmBackend.cpp +++ b/lib/Target/ARM/ARMAsmBackend.cpp @@ -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"); -- 2.34.1