diff options
Diffstat (limited to 'compiler-rt/test/profile/instrprof-basic.c')
| -rw-r--r-- | compiler-rt/test/profile/instrprof-basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/profile/instrprof-basic.c b/compiler-rt/test/profile/instrprof-basic.c index 0732d84df6f..b84c96dab2c 100644 --- a/compiler-rt/test/profile/instrprof-basic.c +++ b/compiler-rt/test/profile/instrprof-basic.c @@ -1,4 +1,4 @@ -// RUN: %clang_profgen -o %t -O3 -flto %s +// RUN: %clang_profgen -o %t -O3 %s // RUN: env LLVM_PROFILE_FILE=%t.profraw %t // RUN: llvm-profdata merge -o %t.profdata %t.profraw // RUN: %clang_profuse=%t.profdata -o - -S -emit-llvm %s | FileCheck %s |

