Searched refs:BundlerTargetArg (Results 1 – 1 of 1) sorted by relevance
230 std::string BundlerTargetArg = "-targets=host-x86_64-unknown-linux"; in constructHIPFatbinCommand() local242 BundlerTargetArg += in constructHIPFatbinCommand()245 BundlerTargetArg += "-" + ArchStr.str(); in constructHIPFatbinCommand()247 BundlerArgs.push_back(Args.MakeArgString(BundlerTargetArg)); in constructHIPFatbinCommand()