File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010//
1111// ===----------------------------------------------------------------------===//
1212
13+ #include " llvm/IR/ProfDataUtils.h"
14+
1315#include " llvm/ADT/SmallVector.h"
1416#include " llvm/IR/Constants.h"
1517#include " llvm/IR/Function.h"
1618#include " llvm/IR/Instructions.h"
1719#include " llvm/IR/LLVMContext.h"
1820#include " llvm/IR/MDBuilder.h"
1921#include " llvm/IR/Metadata.h"
20- #include " llvm/IR/ProfDataUtils.h"
2122
2223using namespace llvm ;
2324
Original file line number Diff line number Diff line change 1919//
2020// ===----------------------------------------------------------------------===//
2121
22+ #include " llvm/Transforms/IPO/StripSymbols.h"
23+
2224#include " llvm/ADT/SmallPtrSet.h"
2325#include " llvm/IR/Constants.h"
2426#include " llvm/IR/DebugInfo.h"
3234#include " llvm/IR/ValueSymbolTable.h"
3335#include " llvm/Support/Casting.h"
3436#include " llvm/Support/CommandLine.h"
35- #include " llvm/Transforms/IPO/StripSymbols.h"
3637#include " llvm/Transforms/Utils/Local.h"
3738
3839using namespace llvm ;
You can’t perform that action at this time.
0 commit comments