[lld] [lld][WebAssembly] Fix bitcode LTO order in archive parsing (PR #73095)
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 13:08:57 PST 2023
================
@@ -0,0 +1,42 @@
+target datalayout = "e-m:e-p:32:32-p10:8:8-p20:8:8-i64:64-n32:64-S128"
+target triple = "wasm32-unknown-unknown"
+
+; Generated from this C++ code:
+;
+; int foo();
+; inline int unused = foo();
+;
+; int main() {
+; return foo();
+; }
----------------
sbc100 wrote:
SGTM
https://github.com/llvm/llvm-project/pull/73095
More information about the llvm-commits
mailing list