mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Implement review feedback.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36603 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -14,6 +14,8 @@
|
|||||||
#ifndef LLVM_CODEGEN_ELF_RELOCATION_H
|
#ifndef LLVM_CODEGEN_ELF_RELOCATION_H
|
||||||
#define LLVM_CODEGEN_ELF_RELOCATION_H
|
#define LLVM_CODEGEN_ELF_RELOCATION_H
|
||||||
|
|
||||||
|
#include "llvm/Support/DataTypes.h"
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
/// ELFRelocation - This class contains all the information necessary to
|
/// ELFRelocation - This class contains all the information necessary to
|
||||||
@@ -46,4 +48,5 @@ namespace llvm {
|
|||||||
|
|
||||||
} // end llvm namespace
|
} // end llvm namespace
|
||||||
|
|
||||||
#endif // LLVM_CODEGEN_ELF_RELOCATION_H
|
#endif // LLVM_CODEGEN_ELF_RELOCATION_H
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user