Searched refs:WasmOptPath (Results 1 – 1 of 1) sorted by relevance
191 std::string WasmOptPath; in ConstructJob() local193 WasmOptPath = ToolChain.GetProgramPath("wasm-opt"); in ConstructJob()194 if (WasmOptPath == "wasm-opt") { in ConstructJob()195 WasmOptPath = {}; in ConstructJob()199 if (!WasmOptPath.empty()) { in ConstructJob()208 if (!WasmOptPath.empty()) { in ConstructJob()219 const char *WasmOpt = Args.MakeArgString(WasmOptPath); in ConstructJob()