Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DStandardInstrumentations.cpp160 static ErrorOr<std::string> DiffExe = sys::findProgramByName(DiffBinary); in doSystemDiff() local
161 if (!DiffExe) in doSystemDiff()
171 int Result = sys::ExecuteAndWait(*DiffExe, Args, None, Redirects); in doSystemDiff()