llvm-project/lld/lib
Rui Ueyama 5522e81f12 [PECOFF] Sort SEH table entries according to its value.
It looks like the contents of the table need to be sorted according to its
value, so that the runtime can find the entry by binary search. I'm not 100%
sure if we really have to do that, but at least I can say it's safe to do
because the contents of .sxdata is just a list of exception handlers' RVAs.

llvm-svn: 202550
2014-02-28 22:17:53 +00:00
..
Core [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to increase opportunity for parallel build. 2014-02-26 06:53:16 +00:00
Driver Update for LLVM api change. 2014-02-24 18:20:36 +00:00
Passes [lld] Include reference kind in cycle detector debug output 2014-02-24 21:14:37 +00:00
ReaderWriter [PECOFF] Sort SEH table entries according to its value. 2014-02-28 22:17:53 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00