[PATCH] D22206: COFF: drop the dependency on LIB.EXE for implibs
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 10 20:05:05 PDT 2016
compnerd marked 3 inline comments as done.
compnerd added a comment.
In http://reviews.llvm.org/D22206#479798, @ruiu wrote:
> I think you want to create a Librarian.h for functions/classes in Librarian.cpp.
Right now the only externally visible function is `writeImportLibrary`. I can create the header if you like, but I don't see it as being useful at this time. If we end up with more functions in the future, we could also introduce the header then.
Repository:
rL LLVM
http://reviews.llvm.org/D22206
More information about the llvm-commits
mailing list