diff options
Diffstat (limited to 'include/llvm/Support/ELFRelocs/BPF.def')
-rw-r--r-- | include/llvm/Support/ELFRelocs/BPF.def | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Support/ELFRelocs/BPF.def b/include/llvm/Support/ELFRelocs/BPF.def deleted file mode 100644 index 5dd7f70b6963..000000000000 --- a/include/llvm/Support/ELFRelocs/BPF.def +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef ELF_RELOC -#error "ELF_RELOC must be defined" -#endif - -// No relocation -ELF_RELOC(R_BPF_NONE, 0) -ELF_RELOC(R_BPF_64_64, 1) -ELF_RELOC(R_BPF_64_32, 10) |