r198651 - clang/test/CodeGenCXX/instr-profile.cpp: Appease -Asserts.
NAKAMURA Takumi
geek4civic at gmail.com
Mon Jan 6 16:59:39 PST 2014
Author: chapuni
Date: Mon Jan 6 18:59:39 2014
New Revision: 198651
URL: http://llvm.org/viewvc/llvm-project?rev=198651&view=rev
Log:
clang/test/CodeGenCXX/instr-profile.cpp: Appease -Asserts.
FIXME: Don't seek bb labels, like "if.else"
Modified:
cfe/trunk/test/CodeGenCXX/instr-profile.cpp
Modified: cfe/trunk/test/CodeGenCXX/instr-profile.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/instr-profile.cpp?rev=198651&r1=198650&r2=198651&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/instr-profile.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/instr-profile.cpp Mon Jan 6 18:59:39 2014
@@ -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
More information about the cfe-commits
mailing list