[llvm-commits] CVS: llvm/test/CFrontend/2007-04-14-FNoBuiltin.c
Dale Johannesen
dalej at apple.com
Sat Apr 14 19:40:39 PDT 2007
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*, ...);
More information about the llvm-commits
mailing list