[llvm] [llvm-objdump] Support --mcpu=help/--mattr=help without -d (PR #165661)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 9 03:27:22 PST 2025
================
@@ -3533,6 +3533,33 @@ commaSeparatedValues(const llvm::opt::InputArgList &InputArgs, int ID) {
return Values;
}
+static void mcpuHelp() {
+ std::string Error;
----------------
jh7370 wrote:
Move this to where it is used.
https://github.com/llvm/llvm-project/pull/165661
More information about the llvm-commits
mailing list