From 957278efba692bb384118e1ec4bab6859f6a2655 Mon Sep 17 00:00:00 2001 From: Rong Xu Date: Mon, 9 May 2016 21:51:50 +0000 Subject: [PATCH] Fix buildbot failure from r268968. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268979 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/PGOProfile/macho.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/PGOProfile/macho.ll b/test/Transforms/PGOProfile/macho.ll index 314442cb981..43f21f26453 100644 --- a/test/Transforms/PGOProfile/macho.ll +++ b/test/Transforms/PGOProfile/macho.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -mtriple=x86_64-apple-macosx10.11.0 -pgo-instr-gen -instrprof -S | llc | FileCheck %s --check-prefix=MACHO-DIRECTIVE +; RUN: opt < %s -mtriple=x86_64-apple-macosx -pgo-instr-gen -instrprof -S | llc | FileCheck %s --check-prefix=MACHO-DIRECTIVE target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" -- 2.50.1