It could be derived from gnutools::Linker directly but this way makes it
consistent with all the other toolchains around it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253259
91177308-0d34-0410-b5e6-
96231b3b80d8
const char *LinkingOutput) const override;
};
-class LLVM_LIBRARY_VISIBILITY Linker : public Tool {
+class LLVM_LIBRARY_VISIBILITY Linker : public GnuTool {
public:
- Linker(const ToolChain &TC) : Tool("NaCl::Linker", "linker", TC) {}
+ Linker(const ToolChain &TC) : GnuTool("NaCl::Linker", "linker", TC) {}
bool hasIntegratedCPP() const override { return false; }
bool isLinkJob() const override { return true; }