//===-- DynamicLoaderWasmDYLD.h ---------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #ifndef liblldb_Plugins_DynamicLoaderWasmDYLD_h_ #define liblldb_Plugins_DynamicLoaderWasmDYLD_h_ #include "lldb/Target/DynamicLoader.h" namespace lldb_private { namespace wasm { class DynamicLoaderWasmDYLD : public DynamicLoader { … }; } // namespace wasm } // namespace lldb_private #endif // liblldb_Plugins_DynamicLoaderWasmDYLD_h_