[lld] [lld][WebAssembly] Add RUNTIME_PATH support to wasm-ld (PR #129050)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 11:11:08 PST 2025


================
@@ -16,6 +16,7 @@
 #include "InputElement.h"
 #include "OutputSegment.h"
 #include "SymbolTable.h"
+#include "llvm/BinaryFormat/Wasm.h"
----------------
sbc100 wrote:

Is this strictly needed?  Or did you just notice we were not included it directly?

https://github.com/llvm/llvm-project/pull/129050


More information about the llvm-commits mailing list