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

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 10:37:18 PST 2025


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

It seems reasonable / good to include what you use.

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


More information about the llvm-commits mailing list