diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:48:50 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:48:50 +0000 |
| commit | 1c98619801a5705c688e683be3ef9d70169a0686 (patch) | |
| tree | 8422105cd1a94c368315f2db16b9ac746cf7c000 /lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h | |
| parent | f4f3ce4613680903220815690ad79fc7ba0a2e26 (diff) | |
Notes
Diffstat (limited to 'lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h')
| -rw-r--r-- | lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h b/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h deleted file mode 100644 index 73d784e3b52d..000000000000 --- a/lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h +++ /dev/null @@ -1,32 +0,0 @@ -//===- lib/ReaderWriter/ELF/AArch64/AArch64RelocationPass.h ---------------===// -// -// The LLVM Linker -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -/// -/// \file -/// \brief Declares the relocation processing pass for AArch64. This includes -/// GOT and PLT entries, TLS, COPY, and ifunc. -/// -//===----------------------------------------------------------------------===// - -#ifndef LLD_READER_WRITER_ELF_AARCH64_AARCH64_RELOCATION_PASS_H -#define LLD_READER_WRITER_ELF_AARCH64_AARCH64_RELOCATION_PASS_H - -#include <memory> - -namespace lld { -class Pass; -namespace elf { -class AArch64LinkingContext; - -/// \brief Create AArch64 relocation pass for the given linking context. -std::unique_ptr<Pass> -createAArch64RelocationPass(const AArch64LinkingContext &); -} -} - -#endif |
