[lld] r228380 - [ELF][TODO] Update TODO.

Shankar Easwaran shankare at codeaurora.org
Thu Feb 5 21:29:48 PST 2015


Author: shankare
Date: Thu Feb  5 23:29:48 2015
New Revision: 228380

URL: http://llvm.org/viewvc/llvm-project?rev=228380&view=rev
Log:
[ELF][TODO] 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=228380&r1=228379&r2=228380&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/TODO.txt (original)
+++ lld/trunk/lib/ReaderWriter/ELF/TODO.txt Thu Feb  5 23:29:48 2015
@@ -6,7 +6,7 @@ lib/ReaderWriter/ELF
 
 - _GLOBAL_OFFSET_TABLE should be hidden and normally dropped from the output.
 
-- Preserve SHT_NOTE sections from input, merge them if applicable.
+- Merge SHT_NOTE sections only if applicable.
 
 - Do not create __got_* / __plt_* symbol table entries by default.
 
@@ -17,3 +17,5 @@ lib/ReaderWriter/ELF
 - Gnu linkonce sections.
 
 - ScriptLayout
+
+- Fix section flags as they appear in input (update content permissions)





More information about the llvm-commits mailing list