Skip to content

Commit 25c2cc4

Browse files
authored
[GlobalOpt] Use target triple to fix Buildbot failures, NFCI (#169260)
This supposes to fix LLVM Buildbot failures after #164768. I don't have the environment to verify though.
1 parent a6cec3f commit 25c2cc4

File tree

1 file changed

+4
-1
lines changed
  • llvm/test/Transforms/GlobalOpt/X86

1 file changed

+4
-1
lines changed

llvm/test/Transforms/GlobalOpt/X86/apx.ll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
2-
; RUN: opt -mtriple=x86_64 -S -passes=globalopt -o - < %s | FileCheck %s
2+
; RUN: opt -S -passes=globalopt -o - < %s | FileCheck %s
3+
4+
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
5+
target triple = "x86_64-unknown-linux-gnu"
36

47
define void @caller1() {
58
; CHECK-LABEL: define void @caller1() local_unnamed_addr {

0 commit comments

Comments
 (0)