hanchenye-llvm-project/lld/lib/Core
Rui Ueyama 2a52251153 Fix regression introduced in r205566.
In r205566, I made a change to Resolver so that Resolver revisit
only archive files in --start-group and --end-group pair. That's
not correct, as it also has to revisit DSO files.

This patch is to fix the issue.

Added a test to demonstrate the fix. I confirmed that it succeeded
before r205566, failed after r205566, and is ok with this patch.

Differential Revision: http://reviews.llvm.org/D3734

llvm-svn: 208797
2014-05-14 17:29:27 +00:00
..
CMakeLists.txt [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
DefinedAtom.cpp [core] support .gnu.linkonce sections 2014-04-01 03:49:55 +00:00
Error.cpp Add "override" and remove "virtual" where appropriate. 2014-03-06 21:14:04 +00:00
File.cpp Remove extraneous curly braces and blank lines. 2013-11-19 06:18:39 +00:00
InputGraph.cpp Add observers to Input Graph 2014-05-14 05:31:54 +00:00
LinkingContext.cpp Don't use "auto" where the actual type is not obvious. 2014-05-02 21:48:01 +00:00
PassManager.cpp Expand 'auto' that's hard for human to deduce its real type. 2014-04-03 20:47:50 +00:00
Resolver.cpp Fix regression introduced in r205566. 2014-05-14 17:29:27 +00:00
SymbolTable.cpp Fix regression introduced in r205566. 2014-05-14 17:29:27 +00:00
TODO.txt