[llvm] [X86][KCFI] Do not require linux triple for kcfi-arity (PR #148207)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 11 04:16:43 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
----------------
nikic wrote:
Just to check that linux-gnu still works as well.
https://github.com/llvm/llvm-project/pull/148207
More information about the llvm-commits
mailing list