mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 18:33:56 +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:
parent
77edc4b1b0
commit
5443779d5a
@ -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…
x
Reference in New Issue
Block a user