Support nested static libraries.
MSVC link.exe supports nested static libraries. That is, an .a file can contain other .a file as its member. It is reported that MySQL actually depends on this feature. Fixes https://bugs.llvm.org/show_bug.cgi?id=32674 llvm-svn: 312171
Loading
Please sign in to comment