[llvm-commits] CVS: llvm/include/llvm/CodeGen/ELFRelocation.h

Christopher Lamb christopher.lamb at gmail.com
Mon Apr 30 16:54:30 PDT 2007



Changes in directory llvm/include/llvm/CodeGen:

ELFRelocation.h updated: 1.1 -> 1.2
---
Log message:

Implement review feedback.


---
Diffs of the changes:  (+4 -1)

 ELFRelocation.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)


Index: llvm/include/llvm/CodeGen/ELFRelocation.h
diff -u llvm/include/llvm/CodeGen/ELFRelocation.h:1.1 llvm/include/llvm/CodeGen/ELFRelocation.h:1.2
--- llvm/include/llvm/CodeGen/ELFRelocation.h:1.1	Mon Apr 30 15:41:08 2007
+++ llvm/include/llvm/CodeGen/ELFRelocation.h	Mon Apr 30 18:54:10 2007
@@ -14,6 +14,8 @@
 #ifndef LLVM_CODEGEN_ELF_RELOCATION_H
 #define LLVM_CODEGEN_ELF_RELOCATION_H
 
+#include "llvm/Support/DataTypes.h"
+
 namespace llvm {
 
   /// ELFRelocation - This class contains all the information necessary to
@@ -46,4 +48,5 @@
 
 } // end llvm namespace
 
-#endif // LLVM_CODEGEN_ELF_RELOCATION_H
\ No newline at end of file
+#endif // LLVM_CODEGEN_ELF_RELOCATION_H
+






More information about the llvm-commits mailing list