mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Implement review feedback.
llvm-svn: 36603
This commit is contained in:
parent
8da69f853c
commit
799da3f145
@ -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 @@ namespace llvm {
|
||||
|
||||
} // end llvm namespace
|
||||
|
||||
#endif // LLVM_CODEGEN_ELF_RELOCATION_H
|
||||
#endif // LLVM_CODEGEN_ELF_RELOCATION_H
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user