From: Rong Xu Date: Mon, 9 May 2016 21:51:50 +0000 (+0000) Subject: Fix buildbot failure from r268968. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=957278efba692bb384118e1ec4bab6859f6a2655;p=llvm Fix buildbot failure from r268968. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268979 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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"