[lld] [lld][WebAssembly] Fix non-pie dynamic-linking executable (PR #108146)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 23:07:54 PDT 2024


================
@@ -0,0 +1,6 @@
+	.functype	f () -> ()
+	.globl	f
+	.type	f, at function
+f:
+	.functype	f () -> ()
+	end_function
----------------
sbc100 wrote:

Rather than creating a new file here you can just pick an existing file such as `ret32.s` and compile that

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


More information about the llvm-commits mailing list