[llvm-commits] CVS: llvm-www/demo/index.cgi

Tanya Lattner tonic at nondot.org
Mon Jun 9 13:09:07 PDT 2008



Changes in directory llvm-www/demo:

index.cgi updated: 1.86 -> 1.87
---
Log message:

llvm2cpp is now a backend for llc


---
Diffs of the changes:  (+1 -1)

 index.cgi |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.86 llvm-www/demo/index.cgi:1.87
--- llvm-www/demo/index.cgi:1.86	Mon Jun  9 03:20:13 2008
+++ llvm-www/demo/index.cgi	Mon Jun  9 15:08:17 2008
@@ -426,7 +426,7 @@
     }
     if ($c->param('showllvm2cpp') ) {
       my $l2cppFile = getname(".l2cpp");
-      try_run("llvm2cpp","llvm2cpp $bytecodeFile -o $l2cppFile 2>&1",
+      try_run("llvm2cpp","llc -march=cpp $bytecodeFile -o $l2cppFile 2>&1",
         $l2cppFile);
     }
 






More information about the llvm-commits mailing list