Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp135 auto WasmOptPath = ToolChain.GetProgramPath("wasm-opt"); in ConstructJob() local
136 if (WasmOptPath != "wasm-opt") { in ConstructJob()
147 const char *WasmOpt = Args.MakeArgString(WasmOptPath); in ConstructJob()