projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eea1f4c
)
Add missing includes.
author
David Greene
<greened@obbligato.org>
Wed, 19 Aug 2009 22:02:07 +0000
(22:02 +0000)
committer
David Greene
<greened@obbligato.org>
Wed, 19 Aug 2009 22:02:07 +0000
(22:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79476
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/ELFCodeEmitter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/ELFCodeEmitter.cpp
b/lib/CodeGen/ELFCodeEmitter.cpp
index 38cf826fbe3f227fcbb7c4af7bfdff795b83f251..b769e70ed2d3353b3bfb722d8635b4445f87c3fc 100644
(file)
--- a/
lib/CodeGen/ELFCodeEmitter.cpp
+++ b/
lib/CodeGen/ELFCodeEmitter.cpp
@@
-17,6
+17,7
@@
#include "llvm/Function.h"
#include "llvm/CodeGen/BinaryObject.h"
#include "llvm/CodeGen/MachineConstantPool.h"
+#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/CodeGen/MachineRelocation.h"
#include "llvm/Target/TargetData.h"