[llvm] r268979 - Fix buildbot failure from r268968.

Rong Xu via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 14:51:50 PDT 2016


Author: xur
Date: Mon May  9 16:51:50 2016
New Revision: 268979

URL: http://llvm.org/viewvc/llvm-project?rev=268979&view=rev
Log:
Fix buildbot failure from r268968.

Modified:
    llvm/trunk/test/Transforms/PGOProfile/macho.ll

Modified: llvm/trunk/test/Transforms/PGOProfile/macho.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/PGOProfile/macho.ll?rev=268979&r1=268978&r2=268979&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/PGOProfile/macho.ll (original)
+++ llvm/trunk/test/Transforms/PGOProfile/macho.ll Mon May  9 16:51:50 2016
@@ -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"
 




More information about the llvm-commits mailing list