mcgrathr accepted this revision. mcgrathr added a comment. This revision is now accepted and ready to land.
lgtm ================ Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:566 + for (const auto &LibPath : TC.getLibraryPaths()) { + if(LibPath.length() > 0) { + SmallString<128> P(LibPath); ---------------- `!LibPath.empty()`? Repository: rC Clang https://reviews.llvm.org/D53487 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits