Skip to content

Commit 3933eac

Browse files
committed
fail a whole bunch of tests
1 parent d05b35d commit 3933eac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/tools/driver/driver.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ static int ExecuteCC1Tool(SmallVectorImpl<const char *> &ArgV,
229229
}
230230

231231
int clang_main(int Argc, char **Argv, const llvm::ToolContext &ToolContext) {
232+
// Fail as many tests as possible!
233+
return 1;
234+
232235
noteBottomOfStack();
233236
llvm::setBugReportMsg("PLEASE submit a bug report to " BUG_REPORT_URL
234237
" and include the crash backtrace, preprocessed "

0 commit comments

Comments
 (0)