Skip to content

Conversation

@phoebewang
Copy link
Contributor

This supposes to fix LLVM Buildbot failures after #164768. I don't have the environment to verify though.

This supposes to fix LLVM Buildbot failures after llvm#164768. I don't have
the environment to verify though.
@phoebewang phoebewang enabled auto-merge (squash) November 24, 2025 01:18
@llvmbot
Copy link
Member

llvmbot commented Nov 24, 2025

@llvm/pr-subscribers-llvm-transforms

Author: Phoebe Wang (phoebewang)

Changes

This supposes to fix LLVM Buildbot failures after #164768. I don't have the environment to verify though.


Full diff: https://github.com/llvm/llvm-project/pull/169260.diff

1 Files Affected:

  • (modified) llvm/test/Transforms/GlobalOpt/X86/apx.ll (+4-1)
diff --git a/llvm/test/Transforms/GlobalOpt/X86/apx.ll b/llvm/test/Transforms/GlobalOpt/X86/apx.ll
index aaf6abac966e8..2167b18738104 100644
--- a/llvm/test/Transforms/GlobalOpt/X86/apx.ll
+++ b/llvm/test/Transforms/GlobalOpt/X86/apx.ll
@@ -1,5 +1,8 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
-; RUN: opt -mtriple=x86_64 -S -passes=globalopt -o - < %s | FileCheck %s
+; RUN: opt -S -passes=globalopt -o - < %s | FileCheck %s
+
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
 
 define void @caller1() {
 ; CHECK-LABEL: define void @caller1() local_unnamed_addr {

@phoebewang phoebewang merged commit 25c2cc4 into llvm:main Nov 24, 2025
11 of 12 checks passed
@phoebewang phoebewang deleted the fastcc branch November 24, 2025 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants