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