[llvm] [llvm-objdump] Add triple support to `mcpu=help` (PR #165661)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 31 01:35:58 PDT 2025


================
@@ -3533,6 +3533,21 @@ commaSeparatedValues(const llvm::opt::InputArgList &InputArgs, int ID) {
   return Values;
 }
 
+static int MCPUHelp() {
----------------
jh7370 wrote:

[Name functions properly](https://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly). This function name fails on both rules listed for functions.

https://github.com/llvm/llvm-project/pull/165661


More information about the llvm-commits mailing list