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.cpp163 std::string WasmOptPath; in ConstructJob() local
165 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()