[llvm] [MC] Add support for -mcpu=native. (PR #159414)

Cameron McInally via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 18 11:38:13 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)
----------------
mcinally wrote:

Updated in latest patch.

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


More information about the llvm-commits mailing list