================
@@ -302,6 +302,15 @@ Tool *HIPAMDToolChain::buildLinker() const {
return new tools::AMDGCN::Linker(*this);
}
+LTOKind HIPAMDToolChain::getLTOMode(const ArgList &Args,
----------------
arsenm wrote:Shouldn't put anything in HIPAMDToolChain, I am trying to remove it in #204863 https://github.com/llvm/llvm-project/pull/205243 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
