aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/WasmObjectFile.cpp
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2017-12-21 03:16:34 +0000
committerSam Clegg <sbc@chromium.org>2017-12-21 03:16:34 +0000
commitc5d8bc83bc87e9a17ca4a9122d8f95a7af41c228 (patch)
treeaabde085f1fe1d3772e6a409de345b50cab6fa89 /llvm/lib/Object/WasmObjectFile.cpp
parent1cf31bbca5b9c50f0002976945e9e9e2dafbfae7 (diff)
downloadllvm-c5d8bc83bc87e9a17ca4a9122d8f95a7af41c228.zip
llvm-c5d8bc83bc87e9a17ca4a9122d8f95a7af41c228.tar.gz
llvm-c5d8bc83bc87e9a17ca4a9122d8f95a7af41c228.tar.bz2
[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/lib/Object/WasmObjectFile.cpp')
-rw-r--r--llvm/lib/Object/WasmObjectFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/WasmObjectFile.cpp b/llvm/lib/Object/WasmObjectFile.cpp
index d4c3b73..48f98df 100644
--- a/llvm/lib/Object/WasmObjectFile.cpp
+++ b/llvm/lib/Object/WasmObjectFile.cpp
@@ -1026,7 +1026,7 @@ void WasmObjectFile::getRelocationTypeName(
break;
switch (Rel.Type) {
-#include "llvm/BinaryFormat/WasmRelocs/WebAssembly.def"
+#include "llvm/BinaryFormat/WasmRelocs.def"
}
#undef WASM_RELOC