61 std::vector<StringRef> testerArgs;
62 testerArgs.push_back(testCase);
64 for (
const std::string &arg : testScriptArgs)
65 testerArgs.emplace_back(arg);
67 testerArgs.push_back(testCase);
70 int result = llvm::sys::ExecuteAndWait(
71 testScript, testerArgs, std::nullopt, {},
75 llvm::report_fatal_error(
76 llvm::Twine(
"Error running interestingness test: ") + errMsg,
false);
LogicalResult verify(Operation *op, bool verifyRecursively=true)
Perform (potentially expensive) checks of invariants, used to detect compiler bugs,...