]> granicus.if.org Git - llvm/commitdiff
llvm/test/Transforms/PGOProfile/noreturncall.ll REQUIRES asserts due to -debug-only.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 13 Dec 2016 07:04:03 +0000 (07:04 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 13 Dec 2016 07:04:03 +0000 (07:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289522 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/PGOProfile/noreturncall.ll

index 602ebeb372bdf13b53f8d5b39d660e295a2221a7..854f3e3be52779a8295727f71407d29ec76e8a89 100644 (file)
@@ -1,6 +1,7 @@
 ; RUN: llvm-profdata merge %S/Inputs/noreturncall.proftext -o %t.profdata
 ; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S -debug-only=pgo-instrumentation 2>&1 | FileCheck %s --check-prefix=USE
 ; RUN: opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S -debug-only=pgo-instrumentation 2>&1 | FileCheck %s --check-prefix=USE
+; REQUIRES: asserts
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-unknown-linux-gnu"