summaryrefslogtreecommitdiffstats
path: root/lld
diff options
context:
space:
mode:
authorShankar Easwaran <shankare@codeaurora.org>2015-02-06 05:29:48 +0000
committerShankar Easwaran <shankare@codeaurora.org>2015-02-06 05:29:48 +0000
commitc65bd696902ab24d0c9aaa44c97c9699f36d9d1f (patch)
tree905a9c3d213ee287aac02433215c0b225a6f48d3 /lld
parent2ba4f5d9e3cbec0fa670b8afe23fcb0105514022 (diff)
downloadbcm5719-llvm-c65bd696902ab24d0c9aaa44c97c9699f36d9d1f.tar.gz
bcm5719-llvm-c65bd696902ab24d0c9aaa44c97c9699f36d9d1f.zip
[ELF][TODO] Update TODO.
llvm-svn: 228380
Diffstat (limited to 'lld')
-rw-r--r--lld/lib/ReaderWriter/ELF/TODO.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/lld/lib/ReaderWriter/ELF/TODO.txt b/lld/lib/ReaderWriter/ELF/TODO.txt
index f2fe26dfb1a..5723458abf1 100644
--- a/lld/lib/ReaderWriter/ELF/TODO.txt
+++ b/lld/lib/ReaderWriter/ELF/TODO.txt
@@ -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)
OpenPOWER on IntegriCloud