Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DPrintPasses.cpp218 static ErrorOr<std::string> DiffExe = sys::findProgramByName(DiffBinary); in doSystemDiff() local
219 if (!DiffExe) in doSystemDiff()
231 int Result = sys::ExecuteAndWait(*DiffExe, Args, std::nullopt, Redirects); in doSystemDiff()