summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-basic.c
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-01 15:29:27 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-04-01 15:29:27 +0000
commitad24240e3d614bf8c10199590571a48ac3debc6e (patch)
treef5fa2f215eace9a9bf88786b99b65f36f862ae87 /test/profile/instrprof-basic.c
parent31e8e86cfb98dc0c7b015bed02c8b1a68a6c6349 (diff)
InstrProf: Remove LTO dependency from test
The -flto flag relies on linker features that are not available on all platforms. <rdar://problem/16458307> git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@205318 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/profile/instrprof-basic.c')
-rw-r--r--test/profile/instrprof-basic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/instrprof-basic.c b/test/profile/instrprof-basic.c
index 0732d84df..b84c96dab 100644
--- a/test/profile/instrprof-basic.c
+++ b/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