diff options
author | Davide Italiano <davide@freebsd.org> | 2016-04-25 17:13:39 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2016-04-25 17:13:39 +0000 |
commit | 63593f6202f86bda7b825122f82887d7b0d0dcb3 (patch) | |
tree | 1442f3c425c92da609b97f1d4c7b15239e00c7b5 /llvm/include | |
parent | 2c0b0ab62427a858920528e5cdd6394f218d8f04 (diff) | |
download | bcm5719-llvm-63593f6202f86bda7b825122f82887d7b0d0dcb3.tar.gz bcm5719-llvm-63593f6202f86bda7b825122f82887d7b0d0dcb3.zip |
[ELFRelocs] Other architectures do not have *_NUM reloc.
It also seems to be unused. Get rid of it.
Thanks to Rafael for pointing out.
llvm-svn: 267428
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/Support/ELFRelocs/i386.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/ELFRelocs/i386.def b/llvm/include/llvm/Support/ELFRelocs/i386.def index 2aaf7d3444c..1d28cf595cd 100644 --- a/llvm/include/llvm/Support/ELFRelocs/i386.def +++ b/llvm/include/llvm/Support/ELFRelocs/i386.def @@ -45,4 +45,3 @@ ELF_RELOC(R_386_TLS_DESC_CALL, 40) ELF_RELOC(R_386_TLS_DESC, 41) ELF_RELOC(R_386_IRELATIVE, 42) ELF_RELOC(R_386_GOT32X, 43) -ELF_RELOC(R_386_NUM, 44) |