Fix the order of section that are not on an order file.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 28 Jul 2017 15:36:15 +0000 (15:36 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 28 Jul 2017 15:36:15 +0000 (15:36 +0000)
commitd21ac10f6d0bf7b25aa6e1bb75b5e2ddbe9f3d0e
treeac160e6a332d21251e0c249426c80e95194e295d
parent6b5851bb4a07da9086aed9b05e2f289091415269
Fix the order of section that are not on an order file.

They were being placed before sections that were listed.

llvm-svn: 309391
lld/ELF/OutputSections.cpp
lld/test/ELF/symbol-ordering-file2.s [new file with mode: 0644]