aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lld/include/lld/Common/LLVM.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lld/include/lld/Common/LLVM.h')
-rw-r--r--contrib/llvm-project/lld/include/lld/Common/LLVM.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/llvm-project/lld/include/lld/Common/LLVM.h b/contrib/llvm-project/lld/include/lld/Common/LLVM.h
index 663944771aa9..f6eca27b02ff 100644
--- a/contrib/llvm-project/lld/include/lld/Common/LLVM.h
+++ b/contrib/llvm-project/lld/include/lld/Common/LLVM.h
@@ -49,8 +49,11 @@ struct WasmEventType;
struct WasmFunction;
struct WasmGlobal;
struct WasmGlobalType;
+struct WasmLimits;
struct WasmRelocation;
struct WasmSignature;
+struct WasmTable;
+struct WasmTableType;
} // namespace wasm
} // namespace llvm
@@ -88,8 +91,11 @@ using llvm::wasm::WasmEventType;
using llvm::wasm::WasmFunction;
using llvm::wasm::WasmGlobal;
using llvm::wasm::WasmGlobalType;
+using llvm::wasm::WasmLimits;
using llvm::wasm::WasmRelocation;
using llvm::wasm::WasmSignature;
+using llvm::wasm::WasmTable;
+using llvm::wasm::WasmTableType;
} // end namespace lld.
namespace std {