[www] r361369 - [www][EuroLLVM'19] Add BoF slides and notes links for LLVM Binutils BoF
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 03:35:06 PDT 2019
Author: jhenderson
Date: Wed May 22 03:35:06 2019
New Revision: 361369
URL: http://llvm.org/viewvc/llvm-project?rev=361369&view=rev
Log:
[www][EuroLLVM'19] Add BoF slides and notes links for LLVM Binutils BoF
Reviewed by: tonic
Differential Revision: https://reviews.llvm.org/D61302
Added:
www/trunk/devmtg/2019-04/slides/BoF-HendersonRupprecht-LLVM_binutils.pdf (with props)
Modified:
www/trunk/devmtg/2019-04/index.html
www/trunk/devmtg/2019-04/talks.html
Modified: www/trunk/devmtg/2019-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/index.html?rev=361369&r1=361368&r2=361369&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/index.html (original)
+++ www/trunk/devmtg/2019-04/index.html Wed May 22 03:35:06 2019
@@ -442,6 +442,8 @@ newcomers and increasing diversity, then
</li>
<li><a href="talks.html#BoF_3">
LLVM binutils</a>
+ [ <a href="http://lists.llvm.org/pipermail/llvm-dev/2019-April/132032.html">Notes</a> ]
+ [ <a href="slides/BoF-HendersonRupprecht-LLVM_binutils.pdf">Slides</a> ]
<i>James Henderson (SN Systems (Sony Interactive Entertainment)), Jordan Rupprecht (Google)</i>
</li>
<li><a href="talks.html#BoF_4"> RFC: Reference OpenCL Runtime library for LLVM</a>
Added: www/trunk/devmtg/2019-04/slides/BoF-HendersonRupprecht-LLVM_binutils.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/BoF-HendersonRupprecht-LLVM_binutils.pdf?rev=361369&view=auto
==============================================================================
Binary file - no diff available.
Propchange: www/trunk/devmtg/2019-04/slides/BoF-HendersonRupprecht-LLVM_binutils.pdf
------------------------------------------------------------------------------
svn:executable = *
Propchange: www/trunk/devmtg/2019-04/slides/BoF-HendersonRupprecht-LLVM_binutils.pdf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: www/trunk/devmtg/2019-04/talks.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/talks.html?rev=361369&r1=361368&r2=361369&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/talks.html (original)
+++ www/trunk/devmtg/2019-04/talks.html Wed May 22 03:35:06 2019
@@ -1137,7 +1137,9 @@ finished).</p>
</td></tr>
<tr><td valign="top" id="BoF_3">
-<b>LLVM binutils</b><br>
+<b>LLVM binutils</b>
+[ <a href="http://lists.llvm.org/pipermail/llvm-dev/2019-April/132032.html">Notes</a> ]
+[ <a href="slides/BoF-HendersonRupprecht-LLVM_binutils.pdf">Slides</a> ]<br>
<i>James Henderson (SN Systems), Jordan Rupprecht (Google)</i>
<p>LLVM has a suite of binary utilities that broadly mirror the GNU binutils
suite, with tools such as llvm-readelf, llvm-nm, and llvm-objcopy. These tools
More information about the llvm-commits
mailing list