================
@@ -934,7 +934,7 @@ void tools::addLTOOptions(const ToolChain &ToolChain, const 
ArgList &Args,
     std::optional<StringRef> OptVal =
         llvm::StringSwitch<std::optional<StringRef>>(ArgVecLib->getValue())
             .Case("Accelerate", "Accelerate")
-            .Case("LIBMVEC", "LIBMVEC-X86")
+            .Case("libmvec", "LIBMVEC-X86")
----------------
MacDue wrote:

Does the normalized value need changing to match this? Currently it's "LIBMVEC" 
all uppercase: 
https://github.com/llvm/llvm-project/blob/ee3610efb511ec0a8d5ebd2016ce23b4b4344cd1/clang/include/clang/Driver/Options.td#L3430-L3433

https://github.com/llvm/llvm-project/pull/138288
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to