[llvm-commits] CVS: llvm/test/Other/2007-06-16-Funcname.ll

Nick Lewycky nicholas at mxc.ca
Sat Jun 16 09:17:57 PDT 2007



Changes in directory llvm/test/Other:

2007-06-16-Funcname.ll added (r1.1)
---
Log message:

Call the correct function name. Patch from Stephane Letz.


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

 2007-06-16-Funcname.ll |    7 +++++++
 1 files changed, 7 insertions(+)


Index: llvm/test/Other/2007-06-16-Funcname.ll
diff -c /dev/null llvm/test/Other/2007-06-16-Funcname.ll:1.1
*** /dev/null	Sat Jun 16 11:17:45 2007
--- llvm/test/Other/2007-06-16-Funcname.ll	Sat Jun 16 11:17:35 2007
***************
*** 0 ****
--- 1,7 ----
+ ; RUN: llvm-as < %s | llvm2cpp -funcname=WAKKA | not grep makeLLVMModule
+ ; PR1515
+ 
+ define void @foo() {
+   ret void
+ }
+ 






More information about the llvm-commits mailing list