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 ;
@@ -35,10 +34,4 @@ DependencyScanningService::DependencyScanningService(
35
34
// we're not doing unneeded work.
36
35
if (Format == ScanningOutputFormat::FullIncludeTree)
37
36
this ->OptimizeArgs &= ~ScanningOptimizations::FullIncludeTreeIrrelevant;
38
-
39
- // Initialize targets for object file support.
40
- llvm::InitializeAllTargets ();
41
- llvm::InitializeAllTargetMCs ();
42
- llvm::InitializeAllAsmPrinters ();
43
- llvm::InitializeAllAsmParsers ();
44
37
}
You can’t perform that action at this time.
0 commit comments