parent
5c9709f956
commit
cb15900a7f
|
|
@ -117,7 +117,6 @@ public:
|
||||||
std::unique_ptr<Writer> getWriter() override;
|
std::unique_ptr<Writer> getWriter() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
llvm::BumpPtrAllocator _alloc;
|
|
||||||
static const Registry::KindStrings kindStrings[];
|
static const Registry::KindStrings kindStrings[];
|
||||||
HexagonLinkingContext &_ctx;
|
HexagonLinkingContext &_ctx;
|
||||||
std::unique_ptr<HexagonRuntimeFile<HexagonELFType>> _runtimeFile;
|
std::unique_ptr<HexagonRuntimeFile<HexagonELFType>> _runtimeFile;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue