Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DIVINE
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
paradise
mirror
DIVINE
Commits
c62a56bb
There was an error fetching the commit references. Please try again later.
Commit
c62a56bb
authored
6 years ago
by
Zuzana Baranová
Browse files
Options
Downloads
Patches
Plain Diff
tools: Remove unnecessary includes from divcc.
parent
332aa445
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/divcc.cpp
+0
-23
0 additions, 23 deletions
tools/divcc.cpp
with
0 additions
and
23 deletions
tools/divcc.cpp
+
0
−
23
View file @
c62a56bb
...
...
@@ -6,43 +6,20 @@
DIVINE_RELAX_WARNINGS
#include
"llvm/Target/TargetMachine.h"
#include
"llvm/ADT/StringRef.h"
#include
"llvm/Analysis/Passes.h"
#include
"llvm/CodeGen/AsmPrinter.h"
#include
"llvm/CodeGen/BasicTTIImpl.h"
#include
"llvm/CodeGen/MachineModuleInfo.h"
#include
"llvm/CodeGen/Passes.h"
#include
"llvm/CodeGen/TargetPassConfig.h"
#include
"llvm/IR/IRPrintingPasses.h"
#include
"llvm/IR/LegacyPassManager.h"
#include
"llvm/IR/Verifier.h"
#include
"llvm/MC/MCAsmInfo.h"
#include
"llvm/MC/MCContext.h"
#include
"llvm/MC/MCInstrInfo.h"
#include
"llvm/MC/MCSection.h"
#include
"llvm/MC/MCSectionELF.h"
#include
"llvm/MC/MCStreamer.h"
#include
"llvm/MC/MCSubtargetInfo.h"
#include
"llvm/Object/IRObjectFile.h"
#include
"llvm/Object/ObjectFile.h"
#include
"llvm/Support/CommandLine.h"
#include
"llvm/Support/ErrorHandling.h"
#include
"llvm/Support/FormattedStream.h"
#include
"llvm/Support/MemoryBuffer.h"
#include
"llvm/Support/TargetRegistry.h"
#include
"llvm/Support/ELF.h"
#include
"llvm/Target/TargetLoweringObjectFile.h"
#include
"llvm/Target/TargetOptions.h"
#include
"llvm/Transforms/Scalar.h"
#include
"llvm-c/Object.h"
#include
"llvm-c/Target.h"
DIVINE_UNRELAX_WARNINGS
#include
<brick-fs>
#include
<brick-llvm>
#include
<brick-string>
#include
<iostream>
#include
<sys/wait.h>
static
const
std
::
string
bcsec
=
".llvmbc"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment