[llvm-commits] [www-pubs] r125554 - /www-pubs/trunk/pubs.js

Chris Lattner sabre at nondot.org
Mon Feb 14 22:04:57 PST 2011


Author: lattner
Date: Tue Feb 15 00:04:57 2011
New Revision: 125554

URL: http://llvm.org/viewvc/llvm-project?rev=125554&view=rev
Log:
fix broken js

Modified:
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=125554&r1=125553&r2=125554&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Tue Feb 15 00:04:57 2011
@@ -3,14 +3,14 @@
 var PUBS =
 [{ url: "2011-02-FOSDEM-LLVMAndClang.html",
    title: "LLVM and Clang: Advancing Compiler Technology",
-   published: 'Keynote Talk, <a href="http://fosdem.org/2011/">FOSDEM 2011</a>: Free and Open Source Developers European Meeting',
+   published: "Keynote Talk, <a href='http://fosdem.org/2011/'>FOSDEM 2011</a>: Free and Open Source Developers European Meeting",
    location: "Brussels, Belgium",
    author: "Chris Lattner",
    month: 2,
    year: 2011
  },
  
-[{ url: "2010-12-Preuss-PathProfiling.html",
+ { url: "2010-12-Preuss-PathProfiling.html",
  title: "Implementation of Path Profiling in the Low-Level Virtual-Machine (LLVM) Compiler Infrastructure",
 published: "Technical Report #10-05, University of Alberta",
 location: "Alberta, Canada",





More information about the llvm-commits mailing list