hanchenye-llvm-project/lld/lib
Rui Ueyama d4b9d068f0 [PECOFF] Fix bug that section grouping may lay out atoms in a wrong order.
We added layout edges to the head atoms in grouped sections. That was wrong,
because the head atom needs to be followed by the other atoms in the *same*
section, not by the other section contents. With this patch, layout edges are
added from tail atom, which is the last atom in a section, to head atom.

llvm-svn: 189573
2013-08-29 07:46:23 +00:00
..
Core Use do-while instead of a magic number. No functionality change. 2013-08-27 23:10:26 +00:00
Driver [PECOFF] Make command line options case insensitive to match link.exe's behavior. 2013-08-28 20:27:41 +00:00
Passes Fix test failure introduced in r187271 by enabling pipefail. 2013-07-29 21:50:33 +00:00
ReaderWriter [PECOFF] Fix bug that section grouping may lay out atoms in a wrong order. 2013-08-29 07:46:23 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00