[llvm-commits] CVS: llvm/test/C++Frontend/2007-04-14-FNoBuiltin.cpp
Dale Johannesen
dalej at apple.com
Sat Apr 14 19:40:42 PDT 2007
Changes in directory llvm/test/C++Frontend:
2007-04-14-FNoBuiltin.cpp updated: 1.1 -> 1.2
---
Log message:
adjust per review comments
---
Diffs of the changes: (+1 -1)
2007-04-14-FNoBuiltin.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/C++Frontend/2007-04-14-FNoBuiltin.cpp
diff -u llvm/test/C++Frontend/2007-04-14-FNoBuiltin.cpp:1.1 llvm/test/C++Frontend/2007-04-14-FNoBuiltin.cpp:1.2
--- llvm/test/C++Frontend/2007-04-14-FNoBuiltin.cpp:1.1 Sat Apr 14 19:18:31 2007
+++ llvm/test/C++Frontend/2007-04-14-FNoBuiltin.cpp 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 "C" int printf(const char*, ...);
More information about the llvm-commits
mailing list