[lld] r221235 - [ELF] Update TODO

Shankar Easwaran shankarke at gmail.com
Mon Nov 3 20:50:58 PST 2014


Author: shankare
Date: Mon Nov  3 22:50:58 2014
New Revision: 221235

URL: http://llvm.org/viewvc/llvm-project?rev=221235&view=rev
Log:
[ELF] Update TODO

Modified:
    lld/trunk/lib/ReaderWriter/ELF/TODO.txt

Modified: lld/trunk/lib/ReaderWriter/ELF/TODO.txt
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/TODO.txt?rev=221235&r1=221234&r2=221235&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/TODO.txt (original)
+++ lld/trunk/lib/ReaderWriter/ELF/TODO.txt Mon Nov  3 22:50:58 2014
@@ -4,8 +4,6 @@ lib/ReaderWriter/ELF
 - Implement processing of DT_NEEDED elements including -rpath-link /
   -rpath processing.
 
-- Create DT_SONAME.
-
 - _GLOBAL_OFFSET_TABLE should be hidden and normally dropped from the output.
 
 - Preserve SHT_NOTE sections from input, merge them if applicable.
@@ -13,3 +11,9 @@ lib/ReaderWriter/ELF
 - Do not create __got_* / __plt_* symbol table entries by default.
 
 - Weak references to symbols defined in a DSO should remain weak.
+
+- Section Groups.
+
+- Gnu linkonce sections.
+
+- ScriptLayout





More information about the llvm-commits mailing list