Skip to content

Commit 4e7d719

Browse files
author
Alex B
committed
Address Feedback Nr.7
1 parent ae391a2 commit 4e7d719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-gsymutil/Opts.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defm convert :
1919
def merged_functions :
2020
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.">;
2121
defm callsites_yaml_file :
22-
Eq<"callsites-yaml-file", "Load call site info from YAML file.">;
22+
Eq<"callsites-yaml-file", "Load call site info from YAML file. Useful for testing.">, Flags<[HelpHidden]>;
2323
defm arch :
2424
Eq<"arch",
2525
"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

Comments
 (0)