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 + } + _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits