Searched refs:WasmOptPath (Results 1 – 1 of 1) sorted by relevance
163 std::string WasmOptPath; in ConstructJob() local165 WasmOptPath = ToolChain.GetProgramPath("wasm-opt"); in ConstructJob()166 if (WasmOptPath == "wasm-opt") { in ConstructJob()167 WasmOptPath = {}; in ConstructJob()171 if (!WasmOptPath.empty()) { in ConstructJob()180 if (!WasmOptPath.empty()) { in ConstructJob()191 const char *WasmOpt = Args.MakeArgString(WasmOptPath); in ConstructJob()