[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2004-12-03-ExternStatics.ll
Reid Spencer
reid at x10sys.com
Mon Apr 16 08:32:55 PDT 2007
Changes in directory llvm/test/CodeGen/CBackend:
2004-12-03-ExternStatics.ll updated: 1.2 -> 1.3
---
Log message:
For PR1319: http://llvm.org/PR1319 :
Fix syntax of tests to ensure grep pattern is properly quoted.
---
Diffs of the changes: (+1 -1)
2004-12-03-ExternStatics.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/CodeGen/CBackend/2004-12-03-ExternStatics.ll
diff -u llvm/test/CodeGen/CBackend/2004-12-03-ExternStatics.ll:1.2 llvm/test/CodeGen/CBackend/2004-12-03-ExternStatics.ll:1.3
--- llvm/test/CodeGen/CBackend/2004-12-03-ExternStatics.ll:1.2 Fri Dec 1 22:23:08 2006
+++ llvm/test/CodeGen/CBackend/2004-12-03-ExternStatics.ll Mon Apr 16 10:31:48 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | not grep 'extern.*msg'
+; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | not grep extern.*msg
; This is PR472
More information about the llvm-commits
mailing list