[llvm] e5f0483 - ARM: Use explicit triple in a test to avoid inheriting windows from the host
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 10:19:05 PDT 2023
Author: Matt Arsenault
Date: 2023-07-27T13:18:50-04:00
New Revision: e5f04830c59fba05e39b7ca2c958c76876e7cd91
URL: https://github.com/llvm/llvm-project/commit/e5f04830c59fba05e39b7ca2c958c76876e7cd91
DIFF: https://github.com/llvm/llvm-project/commit/e5f04830c59fba05e39b7ca2c958c76876e7cd91.diff
LOG: ARM: Use explicit triple in a test to avoid inheriting windows from the host
Added:
Modified:
llvm/test/CodeGen/MIR/ARM/call-frame-size.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/MIR/ARM/call-frame-size.mir b/llvm/test/CodeGen/MIR/ARM/call-frame-size.mir
index e899eca2cb11c8..d3e87120693cf3 100644
--- a/llvm/test/CodeGen/MIR/ARM/call-frame-size.mir
+++ b/llvm/test/CodeGen/MIR/ARM/call-frame-size.mir
@@ -1,5 +1,5 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 2
-# RUN: llc -march=arm -run-pass none -o - %s | FileCheck %s
+# RUN: llc -mtriple=arm-linux-gnueabi -run-pass none -o - %s | FileCheck %s
# This test ensures that the MIR parser parses machine functions correctly.
---
More information about the llvm-commits
mailing list