[www] r340909 - Fix slides link win/clang talk at the 2015-10 dev mtg

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 03:25:39 PDT 2018


Author: hans
Date: Wed Aug 29 03:25:38 2018
New Revision: 340909

URL: http://llvm.org/viewvc/llvm-project?rev=340909&view=rev
Log:
Fix slides link win/clang talk at the 2015-10 dev mtg

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

Modified: www/trunk/devmtg/2015-10/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2015-10/index.html?rev=340909&r1=340908&r2=340909&view=diff
==============================================================================
--- www/trunk/devmtg/2015-10/index.html (original)
+++ www/trunk/devmtg/2015-10/index.html Wed Aug 29 03:25:38 2018
@@ -420,7 +420,7 @@ LoopVersioning LICM is a step to exploit
 </a></b><br>
 <i>Hans Wennborg - Google Inc.</i><br>
 <i>Nico Weber - Google Inc.</i><br>
-<a href="slides/Stepanov-LargeScalelibCPlusPlusDeployment.pdf">Slides</a><br>
+<a href="https://docs.google.com/presentation/d/1oxNHaVjA9Gn_rTzX6HIpJHP7nXRua_0URXxxJ3oYRq0/edit#slide=id.p">Slides</a><br>
 <a href="https://www.youtube.com/watch?v=rXi065XC6zY&index=23&list=PL_R5A0lGi1AA4Lv2bBFSwhgDaHvvpVU21">Video</a><br>
 <br>
 llvm 3.7 is the first release that can build large projects such as Chromium on Windows without having to fall back to Visual Studio's compiler for a single translation unit. This talk gives an overview of the work done to get to this state: It covers language extensions clang needed to learn to parse Microsoft's headers and dark corners of the Microsoft ABI, with a focus on work done in the last year. Much of the Windows support was developed in tight collaboration between the Chromium and LLVM projects. The talk also touches on how this collaboration works and why it’s successful. Finally, the talk also gives an overview of how to get projects building with clang that build with Visual Studio.




More information about the llvm-commits mailing list