Skip to content

Commit 7b83ee4

Browse files
committed
Revert failing test cases
1 parent f40d359 commit 7b83ee4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "llvm/ADT/StringSet.h"
2323
#include "llvm/Support/CommandLine.h"
2424
#include "llvm/Support/InitLLVM.h"
25+
#include "llvm/Support/PluginLoader.h"
2526
#include "llvm/Support/Process.h"
2627
#include "llvm/Support/Signals.h"
2728
#include "llvm/Support/TargetSelect.h"

lld/tools/lld/lld.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include "llvm/Support/CrashRecoveryContext.h"
3636
#include "llvm/Support/LLVMDriver.h"
3737
#include "llvm/Support/Path.h"
38+
#include "llvm/Support/PluginLoader.h"
3839
#include "llvm/Support/Process.h"
3940
#include "llvm/TargetParser/Host.h"
4041
#include "llvm/TargetParser/Triple.h"

0 commit comments

Comments
 (0)