[llvm] [llvm-gsymutil] Option --symtab-file to specify a separate binary (PR #79898)

Greg Clayton via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 22:24:15 PST 2024


================
@@ -35,3 +35,6 @@ defm address : Eq<"address", "Lookup an address in a GSYM file">;
 def addresses_from_stdin :
   FF<"addresses-from-stdin",
      "Lookup addresses in a GSYM file that are read from stdin\nEach input line is expected to be of the following format: <addr> <gsym-path>">;
+defm symtab_file :
+  Eq<"symtab-file",
+     "Specify a separate file for symbol table to GSYM conversion.\nIn case the symbol table and debug info are not in the same binary. Does not support universal binary.">;
----------------
clayborg wrote:

Is there a test that will return an error for the dSYM case where we try to specify it?

https://github.com/llvm/llvm-project/pull/79898


More information about the llvm-commits mailing list