aboutsummaryrefslogtreecommitdiff
path: root/lld/include/lld/Common/LLVM.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/include/lld/Common/LLVM.h')
-rw-r--r--lld/include/lld/Common/LLVM.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/lld/include/lld/Common/LLVM.h b/lld/include/lld/Common/LLVM.h
index f6eca27b02ff..c19364ad9f6c 100644
--- a/lld/include/lld/Common/LLVM.h
+++ b/lld/include/lld/Common/LLVM.h
@@ -44,11 +44,12 @@ class WasmSymbol;
} // namespace object
namespace wasm {
-struct WasmEvent;
-struct WasmEventType;
+struct WasmTag;
+struct WasmTagType;
struct WasmFunction;
struct WasmGlobal;
struct WasmGlobalType;
+struct WasmInitExpr;
struct WasmLimits;
struct WasmRelocation;
struct WasmSignature;
@@ -86,16 +87,17 @@ using llvm::object::WasmObjectFile;
using llvm::object::WasmSection;
using llvm::object::WasmSegment;
using llvm::object::WasmSymbol;
-using llvm::wasm::WasmEvent;
-using llvm::wasm::WasmEventType;
using llvm::wasm::WasmFunction;
using llvm::wasm::WasmGlobal;
using llvm::wasm::WasmGlobalType;
+using llvm::wasm::WasmInitExpr;
using llvm::wasm::WasmLimits;
using llvm::wasm::WasmRelocation;
using llvm::wasm::WasmSignature;
using llvm::wasm::WasmTable;
using llvm::wasm::WasmTableType;
+using llvm::wasm::WasmTag;
+using llvm::wasm::WasmTagType;
} // end namespace lld.
namespace std {