File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
clang/lib/Tooling/DependencyScanning Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1
1
set (LLVM_LINK_COMPONENTS
2
- ${LLVM_TARGETS_TO_BUILD}
3
2
Core
4
3
Option
5
4
Support
Original file line number Diff line number Diff line change 11
11
#include " llvm/CAS/ActionCache.h"
12
12
#include " llvm/CAS/CachingOnDiskFileSystem.h"
13
13
#include " llvm/CAS/ObjectStore.h"
14
- #include " llvm/Support/TargetSelect.h"
15
14
16
15
using namespace clang ;
17
16
using namespace tooling ;
@@ -34,10 +33,4 @@ DependencyScanningService::DependencyScanningService(
34
33
// we're not doing unneeded work.
35
34
if (Format == ScanningOutputFormat::FullIncludeTree)
36
35
this ->OptimizeArgs &= ~ScanningOptimizations::FullIncludeTreeIrrelevant;
37
-
38
- // Initialize targets for object file support.
39
- llvm::InitializeAllTargets ();
40
- llvm::InitializeAllTargetMCs ();
41
- llvm::InitializeAllAsmPrinters ();
42
- llvm::InitializeAllAsmParsers ();
43
36
}
You can’t perform that action at this time.
0 commit comments