|
15 | 15 |
|
16 | 16 | #include "llvm/ADT/Statistic.h" |
17 | 17 | #include "llvm/ADT/StringExtras.h" |
18 | | -#include "llvm/Analysis/Passes.h" |
19 | 18 | #include "llvm/Analysis/TargetLibraryInfo.h" |
20 | 19 | #include "llvm/Analysis/TargetTransformInfo.h" |
21 | 20 | #include "llvm/Bitcode/BitcodeWriter.h" |
22 | 21 | #include "llvm/CodeGen/CommandFlags.h" |
23 | 22 | #include "llvm/CodeGen/TargetSubtargetInfo.h" |
24 | 23 | #include "llvm/Config/config.h" |
25 | | -#include "llvm/IR/Constants.h" |
26 | 24 | #include "llvm/IR/DataLayout.h" |
27 | 25 | #include "llvm/IR/DebugInfo.h" |
28 | 26 | #include "llvm/IR/DerivedTypes.h" |
|
40 | 38 | #include "llvm/LTO/legacy/LTOModule.h" |
41 | 39 | #include "llvm/LTO/legacy/UpdateCompilerUsed.h" |
42 | 40 | #include "llvm/Linker/Linker.h" |
43 | | -#include "llvm/MC/MCAsmInfo.h" |
44 | | -#include "llvm/MC/MCContext.h" |
45 | 41 | #include "llvm/MC/TargetRegistry.h" |
46 | 42 | #include "llvm/Remarks/HotnessThresholdParser.h" |
47 | 43 | #include "llvm/Support/CommandLine.h" |
48 | 44 | #include "llvm/Support/FileSystem.h" |
49 | 45 | #include "llvm/Support/MemoryBuffer.h" |
50 | 46 | #include "llvm/Support/Process.h" |
51 | 47 | #include "llvm/Support/Signals.h" |
52 | | -#include "llvm/Support/TargetSelect.h" |
53 | 48 | #include "llvm/Support/ToolOutputFile.h" |
54 | | -#include "llvm/Support/YAMLTraits.h" |
55 | 49 | #include "llvm/Support/raw_ostream.h" |
56 | 50 | #include "llvm/Target/TargetOptions.h" |
57 | 51 | #include "llvm/TargetParser/Host.h" |
58 | 52 | #include "llvm/TargetParser/SubtargetFeature.h" |
59 | 53 | #include "llvm/Transforms/IPO.h" |
60 | 54 | #include "llvm/Transforms/IPO/Internalize.h" |
61 | 55 | #include "llvm/Transforms/IPO/WholeProgramDevirt.h" |
62 | | -#include "llvm/Transforms/ObjCARC.h" |
63 | 56 | #include "llvm/Transforms/Utils/ModuleUtils.h" |
64 | 57 | #include <optional> |
65 | 58 | #include <system_error> |
|
0 commit comments