diff options
Diffstat (limited to 'include/llvm/BinaryFormat')
| -rw-r--r-- | include/llvm/BinaryFormat/Wasm.h | 2 | ||||
| -rw-r--r-- | include/llvm/BinaryFormat/WasmRelocs.def (renamed from include/llvm/BinaryFormat/WasmRelocs/WebAssembly.def) | 0 | 
2 files changed, 1 insertions, 1 deletions
| diff --git a/include/llvm/BinaryFormat/Wasm.h b/include/llvm/BinaryFormat/Wasm.h index 506cd0393e9a..57a0b441821b 100644 --- a/include/llvm/BinaryFormat/Wasm.h +++ b/include/llvm/BinaryFormat/Wasm.h @@ -208,7 +208,7 @@ const unsigned WASM_SYMBOL_VISIBILITY_HIDDEN  = 0x4;  #define WASM_RELOC(name, value) name = value,  enum : unsigned { -#include "WasmRelocs/WebAssembly.def" +#include "WasmRelocs.def"  };  #undef WASM_RELOC diff --git a/include/llvm/BinaryFormat/WasmRelocs/WebAssembly.def b/include/llvm/BinaryFormat/WasmRelocs.def index d6f0e42b33bf..d6f0e42b33bf 100644 --- a/include/llvm/BinaryFormat/WasmRelocs/WebAssembly.def +++ b/include/llvm/BinaryFormat/WasmRelocs.def | 
