[PATCH] D154355: [ARM] make execute only long call test checks more robust
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 08:22:39 PDT 2023
dmgreen added inline comments.
================
Comment at: llvm/test/CodeGen/Thumb/thumb-execute-only-long-calls.ll:1
; RUN: llc < %s -mtriple=thumbv6m-arm-none-eabi -relocation-model=static | FileCheck %s -check-prefixes=CHECK
----------------
I would remove the -arm- vendor from the triple instead. Hopefully removing the vendor triple would remove any downstream changes, if that is what you are running into?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154355/new/
https://reviews.llvm.org/D154355
More information about the llvm-commits
mailing list