[llvm] [llvm-gsymutil] Option --symtab-file to specify a separate binary (PR #79898)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 13:03:11 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.">;
----------------
kusmour wrote:
Right I will add that :D
Thanks
https://github.com/llvm/llvm-project/pull/79898
More information about the llvm-commits
mailing list