diff options
| author | Rong Xu <xur@google.com> | 2016-05-09 21:51:50 +0000 |
|---|---|---|
| committer | Rong Xu <xur@google.com> | 2016-05-09 21:51:50 +0000 |
| commit | c5508046b834c63ee2b8ac1448197f46d3944455 (patch) | |
| tree | 669d663284ff51f9b41f9f95357fc64b1acbc56c | |
| parent | bde99c3b0f334760ce049c0856f92de63cafe37b (diff) | |
| download | bcm5719-llvm-c5508046b834c63ee2b8ac1448197f46d3944455.tar.gz bcm5719-llvm-c5508046b834c63ee2b8ac1448197f46d3944455.zip | |
Fix buildbot failure from r268968.
llvm-svn: 268979
| -rw-r--r-- | llvm/test/Transforms/PGOProfile/macho.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PGOProfile/macho.ll b/llvm/test/Transforms/PGOProfile/macho.ll index 314442cb981..43f21f26453 100644 --- a/llvm/test/Transforms/PGOProfile/macho.ll +++ b/llvm/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" |

