diff options
| author | Dan Gohman <gohman@apple.com> | 2010-08-07 00:43:20 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-08-07 00:43:20 +0000 |
| commit | 596875c89e8e4fe4eb5ac6940f963c75a37eb00e (patch) | |
| tree | 3f868bdd48d5a4249983092162fa69d8b2ef5c71 /lib/CodeGen | |
| parent | 58301e60a7b8d7a671addbd5c6b351b5607bb970 (diff) | |
| download | external_llvm-596875c89e8e4fe4eb5ac6940f963c75a37eb00e.zip external_llvm-596875c89e8e4fe4eb5ac6940f963c75a37eb00e.tar.gz external_llvm-596875c89e8e4fe4eb5ac6940f963c75a37eb00e.tar.bz2 | |
Tidy some #includes and forward-declarations, and move the C binding code
out of PassManager.cpp and into Core.cpp with the rest of the C binding code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110494 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
| -rw-r--r-- | lib/CodeGen/ELFWriter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/ELFWriter.h b/lib/CodeGen/ELFWriter.h index fb036f2..b8bac55 100644 --- a/lib/CodeGen/ELFWriter.h +++ b/lib/CodeGen/ELFWriter.h @@ -39,6 +39,7 @@ namespace llvm { class raw_ostream; class SectionKind; class MCContext; + class TargetMachine; typedef std::vector<ELFSym*>::iterator ELFSymIter; typedef std::vector<ELFSection*>::iterator ELFSectionIter; |
