forked from OSchip/llvm-project
parent
165910fa6d
commit
4eb724ffdf
|
@ -360,7 +360,7 @@ namespace netbsd {
|
|||
|
||||
public:
|
||||
Link(const ToolChain &TC, const llvm::Triple &ToolTriple)
|
||||
: Tool("netbsd::Ling", "linker", TC), ToolTriple(ToolTriple) {}
|
||||
: Tool("netbsd::Link", "linker", TC), ToolTriple(ToolTriple) {}
|
||||
|
||||
virtual bool hasIntegratedCPP() const { return false; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue