Skip to content

Comments

[GlobalOpt] Use target triple to fix Buildbot failures, NFCI#169260

Merged
phoebewang merged 1 commit intollvm:mainfrom
phoebewang:fastcc
Nov 24, 2025
Merged

[GlobalOpt] Use target triple to fix Buildbot failures, NFCI#169260
phoebewang merged 1 commit intollvm:mainfrom
phoebewang:fastcc

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
aadeshps-mcw pushed a commit to aadeshps-mcw/llvm-project that referenced this pull request Nov 26, 2025
…169260)

This supposes to fix LLVM Buildbot failures after llvm#164768. I don't have
the environment to verify though.
Priyanshu3820 pushed a commit to Priyanshu3820/llvm-project that referenced this pull request Nov 26, 2025
…169260)

This supposes to fix LLVM Buildbot failures after llvm#164768. I don't have
the environment to verify though.
augusto2112 pushed a commit to augusto2112/llvm-project that referenced this pull request Dec 3, 2025
…169260)

This supposes to fix LLVM Buildbot failures after llvm#164768. I don't have
the environment to verify though.
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