[PATCH] D107662: [WebAssembly] Implement build-id feature
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 16:41:49 PST 2023
dschuff updated this revision to Diff 499322.
dschuff added a comment.
Rebase, create valid UUID for fast hash build ID, remove md5
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107662/new/
https://reviews.llvm.org/D107662
Files:
lld/wasm/Options.td
Index: lld/wasm/Options.td
===================================================================
--- lld/wasm/Options.td
+++ lld/wasm/Options.td
@@ -39,6 +39,7 @@
def Bsymbolic: F<"Bsymbolic">, HelpText<"Bind defined symbols locally">;
def Bdynamic: F<"Bdynamic">, HelpText<"Link against shared libraries (default)">;
+
def Bstatic: F<"Bstatic">, HelpText<"Do not link against shared libraries">;
def build_id: F<"build-id">, HelpText<"Alias for --build-id=fast">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107662.499322.patch
Type: text/x-patch
Size: 471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230222/f1a80138/attachment.bin>
More information about the llvm-commits
mailing list