[www] r348964 - add slides for my lightning talk

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 12 11:46:53 PST 2018


Author: nico
Date: Wed Dec 12 11:46:53 2018
New Revision: 348964

URL: http://llvm.org/viewvc/llvm-project?rev=348964&view=rev
Log:
add slides for my lightning talk

Added:
    www/trunk/devmtg/2018-10/slides/Weber-FunnerLLVMDevelopment.pdf   (with props)
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=348964&r1=348963&r2=348964&view=diff
==============================================================================
--- www/trunk/devmtg/2018-10/index.html (original)
+++ www/trunk/devmtg/2018-10/index.html Wed Dec 12 11:46:53 2018
@@ -182,7 +182,7 @@ Over the past year we have hosted panels
     <b>Lightning Talks</b>
 <ul>
     <li><a href="talk-abstracts.html#lt1">Automatic Differentiation in C/C++ Using Clang Plugin Infrastructure</a> - Vassil Vassilev, Aleksandr Efremov [ <a href="https://youtu.be/QciQW1bTMe4">Video</a> ] [ Slides ]</li>
-    <li><a href="talk-abstracts.html#lt2">More efficient LLVM devs: 1000x faster build file generation, -j1000 builds, and O(1) test execution</a> - Nico Weber [ <a href="https://youtu.be/gZwu8aBmqtc">Video</a> ] [ Slides ]</li>
+    <li><a href="talk-abstracts.html#lt2">More efficient LLVM devs: 1000x faster build file generation, -j1000 builds, and O(1) test execution</a> - Nico Weber [ <a href="https://youtu.be/gZwu8aBmqtc">Video</a> ] [ <a href="https://llvm.org/devmtg/2018-10/slides/Weber-FunnerLLVMDevelopment.pdf">Slides</a> ]</li>
     <li><a href="talk-abstracts.html#lt3">Heap-to-Stack Conversion</a> - Hal Finkel [ <a href="https://youtu.be/lTgERgPNTF8"Video</a> ] [ Slides ]</li>
     <li><a href="talk-abstracts.html#lt4">TWINS - This Workflow is Not Scrum: Adapting Agile for Open Source Interaction</a> - Joshua Magee [ <a href="https://youtu.be/JZ2ZXYCBUWU">Video</a> ] [ SLides ]</li>
     <li><a href="talk-abstracts.html#lt5">Mutating the clang AST from Plugins</a> - Andrei Homescu, Per Larsen [ <a href="https://youtu.be/_rUwW8Awc5s">Video</a> ] [ Slides ]</li>

Added: www/trunk/devmtg/2018-10/slides/Weber-FunnerLLVMDevelopment.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/slides/Weber-FunnerLLVMDevelopment.pdf?rev=348964&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2018-10/slides/Weber-FunnerLLVMDevelopment.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream




More information about the llvm-commits mailing list