[llvm] ce3280a - Fix for buildbot errors on non-aarch64 targets. (#123322)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 04:25:40 PST 2025
Author: Alexandros Lamprineas
Date: 2025-01-17T12:25:37Z
New Revision: ce3280a64467b5211ced77169f3203c07934e06b
URL: https://github.com/llvm/llvm-project/commit/ce3280a64467b5211ced77169f3203c07934e06b
DIFF: https://github.com/llvm/llvm-project/commit/ce3280a64467b5211ced77169f3203c07934e06b.diff
LOG: Fix for buildbot errors on non-aarch64 targets. (#123322)
Add missing REQUIRES: aarch64-registered-target
Added:
Modified:
llvm/test/Transforms/GlobalOpt/resolve-fmv-ifunc.ll
Removed:
################################################################################
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