================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
