forked from OSchip/llvm-project
2a52251153
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 |
||
---|---|---|
.. | ||
1.c | ||
1.o | ||
fn.c | ||
fn.o | ||
fn1.c | ||
fn1.o | ||
fn2.c | ||
fn2.o | ||
group.sh | ||
libfn.a | ||
libfn.so | ||
libfn1.a | ||
libfn2.so |