[llvm] Fix for buildbot errors on non-aarch64 targets. (PR #123322)
Alexandros Lamprineas via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 03:17:03 PST 2025
https://github.com/labrinea created https://github.com/llvm/llvm-project/pull/123322
None
>From 96e3f75077f77a39292ebc608fe851a1b9b085a1 Mon Sep 17 00:00:00 2001
From: Alexandros Lamprineas <alexandros.lamprineas at arm.com>
Date: Fri, 17 Jan 2025 11:15:09 +0000
Subject: [PATCH] Fix for buildbot errors on non-aarch64 targets.
---
llvm/test/Transforms/GlobalOpt/resolve-fmv-ifunc.ll | 3 +++
1 file changed, 3 insertions(+)
diff --git a/llvm/test/Transforms/GlobalOpt/resolve-fmv-ifunc.ll b/llvm/test/Transforms/GlobalOpt/resolve-fmv-ifunc.ll
index 90bd98a9b0d381..4b6a19d3f05cf5 100644
--- a/llvm/test/Transforms/GlobalOpt/resolve-fmv-ifunc.ll
+++ b/llvm/test/Transforms/GlobalOpt/resolve-fmv-ifunc.ll
@@ -1,4 +1,7 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --filter "call i32 @(test_single_bb_resolver|test_multi_bb_resolver|test_caller_feats_not_implied|test_non_fmv_caller|test_priority|test_alternative_names)" --version 4
+
+; REQUIRES: aarch64-registered-target
+
; RUN: opt --passes=globalopt -o - -S < %s | FileCheck %s
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
More information about the llvm-commits
mailing list