[PATCH] D135087: [lld][WebAssemlby] Improve support for -L / -l and add testing
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 15:37:58 PDT 2022
sbc100 added inline comments.
================
Comment at: lld/test/wasm/libsearch.s:49
+// Should prefer dynamic to static
+// RUN: wasm-ld --emit-relocs --no-gc-sections -o %t3 %t.o -L%t.dir -lls
+// RUN: llvm-readobj --symbols %t3 | FileCheck --check-prefix=DYNAMIC %s
----------------
dschuff wrote:
> Should we default to static here?
You are right.. fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135087/new/
https://reviews.llvm.org/D135087
More information about the llvm-commits
mailing list