diff options
Diffstat (limited to 'include/llvm/Support/ELFRelocs/WebAssembly.def')
-rw-r--r-- | include/llvm/Support/ELFRelocs/WebAssembly.def | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Support/ELFRelocs/WebAssembly.def b/include/llvm/Support/ELFRelocs/WebAssembly.def deleted file mode 100644 index 9a34349efb96..000000000000 --- a/include/llvm/Support/ELFRelocs/WebAssembly.def +++ /dev/null @@ -1,8 +0,0 @@ - -#ifndef ELF_RELOC -#error "ELF_RELOC must be defined" -#endif - -ELF_RELOC(R_WEBASSEMBLY_NONE, 0) -ELF_RELOC(R_WEBASSEMBLY_DATA, 1) -ELF_RELOC(R_WEBASSEMBLY_FUNCTION, 2) |