[llvm-commits] [llvm] r168679 - /llvm/trunk/test/Transforms/SimplifyLibCalls/SPrintF.ll

NAKAMURA Takumi geek4civic at gmail.com
Mon Nov 26 22:42:49 PST 2012


Author: chapuni
Date: Tue Nov 27 00:42:48 2012
New Revision: 168679

URL: http://llvm.org/viewvc/llvm-project?rev=168679&view=rev
Log:
test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 unveiled another failure.

FYI, this test makes no sense with "not grep"... I saw "assertion failure" in stderr.

Modified:
    llvm/trunk/test/Transforms/SimplifyLibCalls/SPrintF.ll

Modified: llvm/trunk/test/Transforms/SimplifyLibCalls/SPrintF.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyLibCalls/SPrintF.ll?rev=168679&r1=168678&r2=168679&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SimplifyLibCalls/SPrintF.ll (original)
+++ llvm/trunk/test/Transforms/SimplifyLibCalls/SPrintF.ll Tue Nov 27 00:42:48 2012
@@ -1,6 +1,7 @@
 ; Test that the SPrintFOptimizer works correctly
 ; RUN: opt < %s -simplify-libcalls -S | \
 ; RUN:   not grep "call.*sprintf"
+; REQUIRES: suppressed
 
 ; This transformation requires the pointer size, as it assumes that size_t is
 ; the size of a pointer.





More information about the llvm-commits mailing list