Changes in directory llvm/test/CFrontend:
2007-04-14-FNoBuiltin.c updated: 1.1 -> 1.2 --- Log message: adjust per review comments --- Diffs of the changes: (+1 -1) 2007-04-14-FNoBuiltin.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/CFrontend/2007-04-14-FNoBuiltin.c diff -u llvm/test/CFrontend/2007-04-14-FNoBuiltin.c:1.1 llvm/test/CFrontend/2007-04-14-FNoBuiltin.c:1.2 --- llvm/test/CFrontend/2007-04-14-FNoBuiltin.c:1.1 Sat Apr 14 19:18:30 2007 +++ llvm/test/CFrontend/2007-04-14-FNoBuiltin.c Sat Apr 14 21:40:12 2007 @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -S %s -O2 -fno-builtin -o - | llvm-as -f | llc | grep -v puts +// RUN: %llvmgcc -S %s -O2 -fno-builtin -o - | grep call.*printf // Check that -fno-builtin is honored. extern int printf(const char*, ...); _______________________________________________ llvm-commits mailing list [EMAIL PROTECTED] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits