diff options
| author | Rong Xu <xur@google.com> | 2015-12-10 18:24:44 +0000 |
|---|---|---|
| committer | Rong Xu <xur@google.com> | 2015-12-10 18:24:44 +0000 |
| commit | 2611ff8a2791552cd85a60d4e2d6455d5e54248e (patch) | |
| tree | 1a972de8a57870283785131a9460c3c6e946831e /llvm/test/Transforms/PGOProfile/loop2.ll | |
| parent | 26bcd193a8c393d27450f21cf93613eb7e02f026 (diff) | |
| download | bcm5719-llvm-2611ff8a2791552cd85a60d4e2d6455d5e54248e.tar.gz bcm5719-llvm-2611ff8a2791552cd85a60d4e2d6455d5e54248e.zip | |
[PGO] Use %t as the temporary profdata filename in the test cases.
Using %t rather %T/<specific_name> as the temporary profdata filename.
llvm-svn: 255271
Diffstat (limited to 'llvm/test/Transforms/PGOProfile/loop2.ll')
| -rw-r--r-- | llvm/test/Transforms/PGOProfile/loop2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/PGOProfile/loop2.ll b/llvm/test/Transforms/PGOProfile/loop2.ll index 2f879cd8377..04b3dcb55cf 100644 --- a/llvm/test/Transforms/PGOProfile/loop2.ll +++ b/llvm/test/Transforms/PGOProfile/loop2.ll @@ -1,6 +1,6 @@ ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN -; RUN: llvm-profdata merge %S/Inputs/loop2.proftext -o %T/loop2.profdata -; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%T/loop2.profdata -S | FileCheck %s --check-prefix=USE +; RUN: llvm-profdata merge %S/Inputs/loop2.proftext -o %t.profdata +; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=USE target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |

