File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 12
12
// ===----------------------------------------------------------------------===//
13
13
14
14
#include " llvm/IR/LLVMContext.h"
15
- #include " llvm/Assembly/AssemblyAnnotationWriter.h"
16
15
// Note: We need the following to provide the API for calling the NaCl
17
16
// Bitcode Writer to generate the frozen file.
18
17
#include " llvm/Bitcode/NaCl/NaClReaderWriter.h"
19
18
// Note: We need the following to provide the API for calling the (LLVM)
20
19
// Bitcode Reader to read in the corresonding pexe file to freeze.
21
20
#include " llvm/Bitcode/ReaderWriter.h"
22
- #include " llvm/DebugInfo.h"
23
- #include " llvm/IR/IntrinsicInst.h"
24
21
#include " llvm/IR/Module.h"
25
- #include " llvm/IR/Type.h"
26
22
#include " llvm/Support/CommandLine.h"
27
23
#include " llvm/Support/DataStream.h"
28
- #include " llvm/Support/FormattedStream.h"
29
24
#include " llvm/Support/ManagedStatic.h"
30
- #include " llvm/Support/MemoryBuffer.h"
31
25
#include " llvm/Support/PrettyStackTrace.h"
32
26
#include " llvm/Support/Signals.h"
33
27
#include " llvm/Support/ToolOutputFile.h"
34
- #include " llvm/Support/system_error.h"
35
-
36
- // llvm/Bitcode/BitstreamWriter.h
37
28
38
29
using namespace llvm ;
39
30
You can’t perform that action at this time.
0 commit comments