[llvm-commits] CVS: llvm/test/Feature/llvm2cpp.exp
Reid Spencer
reid at x10sys.com
Sat May 27 21:21:53 PDT 2006
Changes in directory llvm/test/Feature:
llvm2cpp.exp added (r1.1)
---
Log message:
Provide an infrastructure for testing the llvm2cpp program (yet to be
committed). This infrastructure is only activated when RUNLLVM2CPP=1 is
specified on the make command line. Currently it is only supported in the
Feature test suite.
---
Diffs of the changes: (+3 -0)
llvm2cpp.exp | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/test/Feature/llvm2cpp.exp
diff -c /dev/null llvm/test/Feature/llvm2cpp.exp:1.1
*** /dev/null Sat May 27 23:21:50 2006
--- llvm/test/Feature/llvm2cpp.exp Sat May 27 23:21:40 2006
***************
*** 0 ****
--- 1,3 ----
+ load_lib llvm2cpp.exp
+
+ llvm2cpp-test [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx}]]
More information about the llvm-commits
mailing list