Home
last modified time | relevance | path

Searched refs:WasmOptPath (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp191 std::string WasmOptPath; in ConstructJob() local
193 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()