[llvm-commits] CVS: llvm/test/Regression/CBackend/2003-06-28-LinkOnceGlobalVars.llx

Chris Lattner lattner at cs.uiuc.edu
Sat Jun 28 12:08:01 PDT 2003


Changes in directory llvm/test/Regression/CBackend:

2003-06-28-LinkOnceGlobalVars.llx added (r1.1)

---
Log message:

New testcase


---
Diffs of the changes:

Index: llvm/test/Regression/CBackend/2003-06-28-LinkOnceGlobalVars.llx
diff -c /dev/null llvm/test/Regression/CBackend/2003-06-28-LinkOnceGlobalVars.llx:1.1
*** /dev/null	Sat Jun 28 12:07:34 2003
--- llvm/test/Regression/CBackend/2003-06-28-LinkOnceGlobalVars.llx	Sat Jun 28 12:07:23 2003
***************
*** 0 ****
--- 1,4 ----
+ ; RUN: as < %s | dis -c | grep common | grep X
+ 
+ %X = linkonce global int 5
+ 





More information about the llvm-commits mailing list