From 0ea9dd5d8e4ad71dc8eaf132b8595d5d1c9739d4 Mon Sep 17 00:00:00 2001 From: Rong Xu Date: Mon, 9 May 2016 22:45:47 +0000 Subject: [PATCH] Fix buildbot failure from r268968. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268984 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/PGOProfile/macho.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Transforms/PGOProfile/macho.ll b/test/Transforms/PGOProfile/macho.ll index 43f21f26453..d2fe65f2fa7 100644 --- a/test/Transforms/PGOProfile/macho.ll +++ b/test/Transforms/PGOProfile/macho.ll @@ -1,6 +1,7 @@ -; RUN: opt < %s -mtriple=x86_64-apple-macosx -pgo-instr-gen -instrprof -S | llc | FileCheck %s --check-prefix=MACHO-DIRECTIVE +; RUN: opt < %s -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" +target triple = "x86_64-apple-macosx10.11.0" ; MACHO-DIRECTIVE: .weak_definition ___llvm_profile_raw_version define i32 @test_macho(i32 %i) { -- 2.50.1