You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/tools/llvm-gsymutil/Opts.td
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ defm convert :
18
18
"Convert the specified file to the GSYM format.\nSupported files include ELF and mach-o files that will have their debug info (DWARF) and symbol table converted">;
19
19
def merged_functions :
20
20
FF<"merged-functions", "Encode merged function information for functions in debug info that have matching address ranges.\nWithout this option one function per unique address range will be emitted.">;
21
-
defm callsites_from_yaml :
22
-
Eq<"callsites-from-yaml", "Load call site info from YAML file.">;
21
+
defm callsites_yaml_file :
22
+
Eq<"callsites-yaml-file", "Load call site info from YAML file.">;
23
23
defm arch :
24
24
Eq<"arch",
25
25
"Process debug information for the specified CPU architecture only.\nArchitectures may be specified by name or by number.\nThis option can be specified multiple times, once for each desired architecture">;
0 commit comments