[PATCH] D135087: [lld][WebAssemlby] Improve support for -L / -l and add testing

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 11:58:31 PDT 2022


dschuff 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
----------------
Should we default to static here?


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