[ELF] - Set Config->SingleRoRx differently. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 28 Nov 2016 10:11:10 +0000 (10:11 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 28 Nov 2016 10:11:10 +0000 (10:11 +0000)
commit18a30962822a6371092be67b24eccfe583b311a0
tree41afce862a4633caea2857e38aab59b78a37dc25
parent63bf01100379127e8ccef9875c75090674c1e620
[ELF] - Set Config->SingleRoRx differently. NFC.

Previously Config->SingleRoRx was set in
createFiles() and used HasSections.

This change moves it to readConfigs at place of
common flags handling, and adds logic that sets
this flag separatelly from ScriptParser if SECTIONS present.

llvm-svn: 288021
lld/ELF/Driver.cpp
lld/ELF/LinkerScript.cpp