[llvm] GSym aggregated output to JSON file (PR #81763)
Kevin Frei via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 14:07:46 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 aggregate_error_file :
+ Eq<"aggregate-error-file",
----------------
kevinfrei wrote:
This is better. I really hated that flag name. Naming is hard.
https://github.com/llvm/llvm-project/pull/81763
More information about the llvm-commits
mailing list