[llvm-commits] CVS: llvm/test/Regression/CFrontend/2005-02-27-MarkGlobalConstant.c

Chris Lattner lattner at cs.uiuc.edu
Thu Apr 13 12:46:29 PDT 2006



Changes in directory llvm/test/Regression/CFrontend:

2005-02-27-MarkGlobalConstant.c updated: 1.1 -> 1.2
---
Log message:

Fix this regex to match what llvmgcc4 produces also


---
Diffs of the changes:  (+1 -1)

 2005-02-27-MarkGlobalConstant.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CFrontend/2005-02-27-MarkGlobalConstant.c
diff -u llvm/test/Regression/CFrontend/2005-02-27-MarkGlobalConstant.c:1.1 llvm/test/Regression/CFrontend/2005-02-27-MarkGlobalConstant.c:1.2
--- llvm/test/Regression/CFrontend/2005-02-27-MarkGlobalConstant.c:1.1	Sun Feb 27 12:19:26 2005
+++ llvm/test/Regression/CFrontend/2005-02-27-MarkGlobalConstant.c	Thu Apr 13 14:46:16 2006
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -xc %s -S -o - | grep 'ctor_.* constant '
+// RUN: %llvmgcc -xc %s -S -o - | grep 'internal constant '
 
 // The synthetic global made by the CFE for big initializer should be marked
 // constant.






More information about the llvm-commits mailing list