================
@@ -3533,6 +3533,33 @@ commaSeparatedValues(const llvm::opt::InputArgList &InputArgs, int ID) {
return Values;
}
+static void mcpuHelp() {
+ std::string Error;
----------------
cabbaken wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/165661