[clang] [lld] [llvm] [ARM][NFC] Fix invalid target triples in tests (PR #213588)
Peter Smith via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 4 08:08:07 PDT 2026
================
@@ -2,8 +2,8 @@
; RUN: llc -mtriple=thumb-ti-none-eabihf -mcpu=cortex-a15 -o - %s | FileCheck --check-prefix=CHECK-A-THUMB %s
----------------
smithp35 wrote:
Can you remove the `ti` vendor to make these `thumb-none-eabihf`? It looks like these were contributed from Texas Instruments, who have their own downstream clang fork. I think it is likely the `ti` vendor didn't get spotted as there's no upstream `ti` vendor support.
https://github.com/llvm/llvm-project/pull/213588
More information about the cfe-commits
mailing list