[llvm] [X86][KCFI] Do not require linux triple for kcfi-arity (PR #148207)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 11 04:14:47 PDT 2025


================
@@ -1,4 +1,5 @@
 ; RUN: llc -mtriple=x86_64-unknown-linux-gnu -verify-machineinstrs < %s | FileCheck %s --check-prefix=ASM
+; RUN: llc -mtriple=x86_64-unknown-none -verify-machineinstrs < %s | FileCheck %s --check-prefix=ASM
----------------
phoebewang wrote:

Why don't change existing triple to none directly?

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


More information about the llvm-commits mailing list