[www] r341796 - Fix author list for first talk.

Sven van Haastregt via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 10 02:37:54 PDT 2018


Author: svenvh
Date: Mon Sep 10 02:37:54 2018
New Revision: 341796

URL: http://llvm.org/viewvc/llvm-project?rev=341796&view=rev
Log:
Fix author list for first talk.

Somehow the program chair ended up accidentally as a co-author on the
first submission.

Reviewed by: Anastasia Stulova

Modified:
    www/trunk/devmtg/2018-10/index.html

Modified: www/trunk/devmtg/2018-10/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/index.html?rev=341796&r1=341795&r2=341796&view=diff
==============================================================================
--- www/trunk/devmtg/2018-10/index.html (original)
+++ www/trunk/devmtg/2018-10/index.html Mon Sep 10 02:37:54 2018
@@ -112,7 +112,7 @@ Details coming soon. Workshop from 1-5 f
 <p>
     <b>Technical Talks</b>
 <ul>
-    <li><a href="talk-abstracts.html#talk1">Lessons Learned Implementing Common Lisp with LLVM over Six Years</a> - Christian Schafmeister, Anastasia Stulova</li>
+    <li><a href="talk-abstracts.html#talk1">Lessons Learned Implementing Common Lisp with LLVM over Six Years</a> - Christian Schafmeister</li>
     <li><a href="talk-abstracts.html#talk2">Porting Function merging pass to thinlto</a> - Aditya Kumar</li>
     <li><a href="talk-abstracts.html#talk3">Build Impact of Explicit and C++ Standard Modules</a> - David Blaikie</li>
     <li><a href="talk-abstracts.html#talk4">Profile Guided Code Layout in LLVM and LLD</a> - Michael Spencer</li>




More information about the llvm-commits mailing list