[lld] ee912fe - [ELF] Delete unused declaration addIRelativeRelocs after D65995. NFC
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 11:21:04 PST 2019
Author: Fangrui Song
Date: 2019-12-16T11:19:22-08:00
New Revision: ee912fe6a15fda430320b1ce7140e4f18156719a
URL: https://github.com/llvm/llvm-project/commit/ee912fe6a15fda430320b1ce7140e4f18156719a
DIFF: https://github.com/llvm/llvm-project/commit/ee912fe6a15fda430320b1ce7140e4f18156719a.diff
LOG: [ELF] Delete unused declaration addIRelativeRelocs after D65995. NFC
Added:
Modified:
lld/ELF/Relocations.h
Removed:
################################################################################
diff --git a/lld/ELF/Relocations.h b/lld/ELF/Relocations.h
index 060c55e3086d..ca893d211157 100644
--- a/lld/ELF/Relocations.h
+++ b/lld/ELF/Relocations.h
@@ -115,8 +115,6 @@ template <class ELFT> void scanRelocations(InputSectionBase &);
template <class ELFT> void reportUndefinedSymbols();
-void addIRelativeRelocs();
-
class ThunkSection;
class Thunk;
struct InputSectionDescription;
More information about the llvm-commits
mailing list