[llvm] [MC] Add support for -mcpu=native. (PR #159414)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 18 08:40:17 PDT 2025
================
@@ -0,0 +1,3 @@
+# RUN: llvm-mc -filetype=obj -mcpu=native %s 2>&1 | FileCheck %s
+
+# CHECK-NOT: 'native' is not a recognized processor for this target (ignoring processor)
----------------
arsenm wrote:
I guess checking native works though
https://github.com/llvm/llvm-project/pull/159414
More information about the llvm-commits
mailing list