[www] r318674 - Fix closing tag.

Tanya Lattner via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 10:11:08 PST 2017


Author: tbrethou
Date: Mon Nov 20 10:11:08 2017
New Revision: 318674

URL: http://llvm.org/viewvc/llvm-project?rev=318674&view=rev
Log:
Fix closing tag.

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

Modified: www/trunk/devmtg/2017-10/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-10/index.html?rev=318674&r1=318673&r2=318674&view=diff
==============================================================================
--- www/trunk/devmtg/2017-10/index.html (original)
+++ www/trunk/devmtg/2017-10/index.html Mon Nov 20 10:11:08 2017
@@ -522,7 +522,7 @@ This talk discusses the open source infr
 <b><a id="talk19">Challenges when building an LLVM bitcode Obfuscator
 </a></b><br>
 <i>Serge Guelton, Adrien Guinet, Juan Manuel Martinez and Pierrick Brunet</i><br>
-[Slides] [<a href="https://youtu.be/d72Snpxx4Co">Video] <br>
+[Slides] [<a href="https://youtu.be/d72Snpxx4Co">Video</a>] <br>
 Many compilers are built to optimize generated code execution speed, some also 
 try to optimize generated code size, the quality of error reporting or even the 
 correctness of the compilation process. 




More information about the llvm-commits mailing list