File tree Expand file tree Collapse file tree 8 files changed +2
-11
lines changed Expand file tree Collapse file tree 8 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1111// ===----------------------------------------------------------------------===//
1212
1313#include " llvm/IR/ProfDataUtils.h"
14+
1415#include " llvm/ADT/SmallVector.h"
1516#include " llvm/IR/Constants.h"
1617#include " llvm/IR/Function.h"
1718#include " llvm/IR/Instructions.h"
1819#include " llvm/IR/LLVMContext.h"
1920#include " llvm/IR/MDBuilder.h"
2021#include " llvm/IR/Metadata.h"
21- #include " llvm/IR/ProfDataUtils.h"
2222
2323using namespace llvm ;
2424
Original file line number Diff line number Diff line change 2020// ===----------------------------------------------------------------------===//
2121
2222#include " llvm/Transforms/IPO/StripSymbols.h"
23+
2324#include " llvm/ADT/SmallPtrSet.h"
2425#include " llvm/IR/Constants.h"
2526#include " llvm/IR/DebugInfo.h"
3334#include " llvm/IR/ValueSymbolTable.h"
3435#include " llvm/Support/Casting.h"
3536#include " llvm/Support/CommandLine.h"
36- #include " llvm/Transforms/IPO/StripSymbols.h"
3737#include " llvm/Transforms/Utils/Local.h"
3838
3939using namespace llvm ;
Original file line number Diff line number Diff line change 4646#include " llvm/DebugInfo/GSYM/LookupResult.h"
4747#include " llvm/DebugInfo/GSYM/ObjectFileTransformer.h"
4848#include " llvm/DebugInfo/GSYM/OutputAggregator.h"
49- #include < optional>
5049
5150using namespace llvm ;
5251using namespace gsym ;
Original file line number Diff line number Diff line change 1313#include " PrettyFunctionDumper.h"
1414#include " PrettyTypedefDumper.h"
1515#include " PrettyVariableDumper.h"
16- #include " PrettyVariableDumper.h"
1716#include " llvm-pdbutil.h"
1817
1918#include " llvm/DebugInfo/PDB/IPDBLineNumber.h"
Original file line number Diff line number Diff line change 1919#include " llvm/Support/TargetSelect.h"
2020#include " llvm/Target/TargetMachine.h"
2121#include " gtest/gtest.h"
22- #include < gtest/gtest.h>
2322#include < llvm/ADT/SmallString.h>
2423#include < llvm/IR/LLVMContext.h>
25- #include < llvm/IR/Module.h>
2624#include < llvm/IR/PassInstrumentation.h>
2725#include < llvm/IR/PassManager.h>
2826#include < llvm/IR/PassTimingInfo.h>
Original file line number Diff line number Diff line change 1616#include " llvm/Passes/StandardInstrumentations.h"
1717#include " llvm/Support/SourceMgr.h"
1818#include " gtest/gtest.h"
19- #include < gtest/gtest.h>
2019#include < llvm/ADT/SmallString.h>
2120#include < llvm/IR/LLVMContext.h>
22- #include < llvm/IR/Module.h>
2321#include < llvm/IR/PassInstrumentation.h>
2422#include < llvm/IR/PassManager.h>
2523#include < llvm/IR/PassTimingInfo.h>
Original file line number Diff line number Diff line change 1515#include < pthread.h>
1616#endif
1717
18- #include " gtest/gtest.h"
19-
2018using namespace llvm ;
2119
2220namespace {
Original file line number Diff line number Diff line change 1111#include " llvm/ADT/ScopeExit.h"
1212#include " llvm/ADT/SmallVector.h"
1313#include " llvm/BinaryFormat/Magic.h"
14- #include " llvm/Config/llvm-config.h"
1514#include " llvm/Config/llvm-config.h" // for LLVM_ON_UNIX
1615#include " llvm/Support/Compiler.h"
1716#include " llvm/Support/ConvertUTF.h"
You can’t perform that action at this time.
0 commit comments