Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
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()