[llvm] GSym aggregated output to JSON file (PR #81763)
Greg Clayton via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 13:58:54 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",
----------------
clayborg wrote:
Maybe we need JSON in this name somehow? `--json-summary-file`?
https://github.com/llvm/llvm-project/pull/81763
More information about the llvm-commits
mailing list