[llvm-commits] CVS: llvm/test/CFrontend/2007-05-11-str-const.ll

Devang Patel dpatel at apple.com
Fri May 11 16:13:37 PDT 2007



Changes in directory llvm/test/CFrontend:

2007-05-11-str-const.ll added (r1.1)
---
Log message:

New test.


---
Diffs of the changes:  (+5 -0)

 2007-05-11-str-const.ll |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/test/CFrontend/2007-05-11-str-const.ll
diff -c /dev/null llvm/test/CFrontend/2007-05-11-str-const.ll:1.1
*** /dev/null	Fri May 11 18:13:29 2007
--- llvm/test/CFrontend/2007-05-11-str-const.ll	Fri May 11 18:13:19 2007
***************
*** 0 ****
--- 1,5 ----
+ // RUN: %llvmgcc -c -g %s  -o /dev/null
+ 
+ static unsigned char out[]={0,1};
+ static const unsigned char str1[]="1";
+ 






More information about the llvm-commits mailing list