From 967ae564a68d7e1a16c1e2dfe8fe6317d974349f Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi <geek4civic@gmail.com> Date: Tue, 7 Jan 2014 00:59:39 +0000 Subject: [PATCH] clang/test/CodeGenCXX/instr-profile.cpp: Appease -Asserts. FIXME: Don't seek bb labels, like "if.else" git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198651 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/instr-profile.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/CodeGenCXX/instr-profile.cpp b/test/CodeGenCXX/instr-profile.cpp index 0f5ffa32ed3..266c921456d 100644 --- a/test/CodeGenCXX/instr-profile.cpp +++ b/test/CodeGenCXX/instr-profile.cpp @@ -4,6 +4,9 @@ // of running the program generated by the -fprofile-instr-generate case. As // such, main() should call every function in this test. +// FIXME: Don't seek bb labels, like "if.else" +// REQUIRES: asserts + // RUN: %clangxx %s -o - -emit-llvm -S -fprofile-instr-generate | FileCheck -check-prefix=PGOGEN %s // RUN: %clangxx %s -o - -emit-llvm -S -fprofile-instr-generate | FileCheck -check-prefix=PGOGEN-EXC %s -- GitLab