diff options
author | Sam Clegg <sbc@chromium.org> | 2017-12-21 03:16:34 +0000 |
---|---|---|
committer | Sam Clegg <sbc@chromium.org> | 2017-12-21 03:16:34 +0000 |
commit | c5d8bc83bc87e9a17ca4a9122d8f95a7af41c228 (patch) | |
tree | aabde085f1fe1d3772e6a409de345b50cab6fa89 /llvm/include/llvm/BinaryFormat/Wasm.h | |
parent | 1cf31bbca5b9c50f0002976945e9e9e2dafbfae7 (diff) | |
download | bcm5719-llvm-c5d8bc83bc87e9a17ca4a9122d8f95a7af41c228.tar.gz bcm5719-llvm-c5d8bc83bc87e9a17ca4a9122d8f95a7af41c228.zip |
[WebAssembly] Remove unneeded sub-directory
This is the only wasm def (and likely likely will be
for the foreseeable) file so no need for a sub-directory
Differential Revision: https://reviews.llvm.org/D41476
llvm-svn: 321246
Diffstat (limited to 'llvm/include/llvm/BinaryFormat/Wasm.h')
-rw-r--r-- | llvm/include/llvm/BinaryFormat/Wasm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/BinaryFormat/Wasm.h b/llvm/include/llvm/BinaryFormat/Wasm.h index 506cd0393e9..57a0b441821 100644 --- a/llvm/include/llvm/BinaryFormat/Wasm.h +++ b/llvm/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 |