[llvm] e93763e - [dsymutil] Specify that -flat is for testing in the help output (#168590)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 18 11:28:34 PST 2025
Author: Jonas Devlieghere
Date: 2025-11-18T19:28:29Z
New Revision: e93763e7909b746136c88caf77572d937b8f2af8
URL: https://github.com/llvm/llvm-project/commit/e93763e7909b746136c88caf77572d937b8f2af8
DIFF: https://github.com/llvm/llvm-project/commit/e93763e7909b746136c88caf77572d937b8f2af8.diff
LOG: [dsymutil] Specify that -flat is for testing in the help output (#168590)
Gently discourage users from relying on -flat by specifying in the help
output that it's meant for testing.
Added:
Modified:
llvm/tools/dsymutil/Options.td
Removed:
################################################################################
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<grp_general>;
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<grp_general>;
def: Flag<["-"], "f">,
Alias<flat>,
More information about the llvm-commits
mailing list