[PATCH] D141009: llvm-objdump: Fix --build-id documentation string

Roland McGrath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 11:55:11 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9bb2ec2e23ba: llvm-objdump: Fix --build-id documentation string (authored by mcgrathr).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141009/new/

https://reviews.llvm.org/D141009

Files:
  llvm/tools/llvm-objdump/ObjdumpOpts.td


Index: llvm/tools/llvm-objdump/ObjdumpOpts.td
===================================================================
--- llvm/tools/llvm-objdump/ObjdumpOpts.td
+++ llvm/tools/llvm-objdump/ObjdumpOpts.td
@@ -40,7 +40,7 @@
 
 defm build_id :
   Eq<"build-id", "Build ID to look up. Once found, added as an input file">,
-  MetaVarName<"<dir>">;
+  MetaVarName<"<hex>">;
 
 def : Flag<["-"], "a">, Alias<archive_headers>,
   HelpText<"Alias for --archive-headers">;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141009.486359.patch
Type: text/x-patch
Size: 460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230104/743ce3e8/attachment-0001.bin>


More information about the llvm-commits mailing list