[www] r324258 - Add a GNU Binutils project suggestion to the GSoC projects.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 10:11:31 PST 2018


Author: echristo
Date: Mon Feb  5 10:11:31 2018
New Revision: 324258

URL: http://llvm.org/viewvc/llvm-project?rev=324258&view=rev
Log:
Add a GNU Binutils project suggestion to the GSoC projects.

Modified:
    www/trunk/OpenProjects.html

Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=324258&r1=324257&r2=324258&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Mon Feb  5 10:11:31 2018
@@ -13,6 +13,9 @@
       <ul>
   	    <li><a href="#llvm_optimized_debugging">Improve debugging of optimized code</a></li>
       </ul>
+      <ul>
+	<li><a href="#replace_binary_utilities">Command line replacements for GNU Binutils</a></li>
+      </ul>
     </li>
     <li>
     <a href="http://lldb.llvm.org/"><b>LLDB</b></a><ul>
@@ -325,6 +328,19 @@ main <a href="https://developers.google.
   <p><b>Desirable skills:</b> Intermediate knowledge of C++.</p>
 </div>
 
+<!-- *********************************************************************** -->
+<div class="www_subsubsection">
+  <a name="replace_binary_utilities">Command line replacements for GNU Binutils</a>
+</div>
+<!-- *********************************************************************** -->
+
+<div class="www_text">
+  <p><b>Description of the project:</b> The llvm project has a lot of tools that can be used to inspect binaries, just as any other toolchain project does. However, many people are accustomed to existing tools and so having a command line compatible shell and we'd like to make that easy for them. Bonus points for producing similar output so that automated tools can continue to work reliably.
+  <p><b>Expected Results:</b>This project has one goal - produce binary tools that are drop in compatible with GNU binutils. The student will be expected to focus on a single tool at a time so that we can count each one as "done" as much as possible.
+
+  <p><b>Confirmed Mentor:</b> Eric Christopher and Sterling Augustine</p>
+  <p><b>Desirable skills:</b> Intermediate knowledge of C++.</p>
+</div>
 
 
 <!-- *********************************************************************** -->




More information about the llvm-commits mailing list