[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:30:13 PST 2024


================
@@ -92,6 +92,7 @@ static uint64_t SegmentSize;
 static bool Quiet;
 static std::vector<uint64_t> LookupAddresses;
 static bool LookupAddressesFromStdin;
+static std::string SymbolTableFilename;
----------------
kusmour wrote:

Just trying to keep it the same as other global string types (eg. OutputFilename is also an optional flag).
It will default to empty string if we didn't use that.

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


More information about the llvm-commits mailing list