diff options
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/Hexagon/HexagonExecutableAtoms.h')
| -rw-r--r-- | lld/lib/ReaderWriter/ELF/Hexagon/HexagonExecutableAtoms.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/lib/ReaderWriter/ELF/Hexagon/HexagonExecutableAtoms.h b/lld/lib/ReaderWriter/ELF/Hexagon/HexagonExecutableAtoms.h index 47a0996fcfd..a2505aa460c 100644 --- a/lld/lib/ReaderWriter/ELF/Hexagon/HexagonExecutableAtoms.h +++ b/lld/lib/ReaderWriter/ELF/Hexagon/HexagonExecutableAtoms.h @@ -18,10 +18,10 @@ typedef llvm::object::ELFType<llvm::support::little, 2, false> HexagonELFType; class HexagonLinkingContext; template <class HexagonELFType> class HexagonRuntimeFile - : public CRuntimeFile<HexagonELFType> { + : public RuntimeFile<HexagonELFType> { public: HexagonRuntimeFile(HexagonLinkingContext &context) - : CRuntimeFile<HexagonELFType>(context, "Hexagon runtime file") {} + : RuntimeFile<HexagonELFType>(context, "Hexagon runtime file") {} }; } // elf } // lld |

