From 64cf24afc78863262a6ec2c3a3de71496fb659c3 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Tue, 18 Nov 2025 10:52:50 -0800 Subject: [PATCH] [dsymutil] Specify that -flat is for testing in the help output Gently discourage users from relying on -flat by specifying in the help output that it's meant for testing. --- llvm/tools/dsymutil/Options.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/tools/dsymutil/Options.td b/llvm/tools/dsymutil/Options.td index e99bc12fa7fd8..571f90c1e46f5 100644 --- a/llvm/tools/dsymutil/Options.td +++ b/llvm/tools/dsymutil/Options.td @@ -94,7 +94,7 @@ def: Flag<["-"], "s">, Group; def flat: F<"flat">, - HelpText<"Produce a flat dSYM file (not a bundle).">, + HelpText<"Produce a flat dSYM file (not a bundle). Intended for testing and generally unsupported by tools that consume dSYMs.">, Group; def: Flag<["-"], "f">, Alias,