scchan requested changes to this revision. scchan added inline comments. This revision now requires changes to proceed.
================ Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:1959 + if (FoundAOB) + break; } ---------------- The AOBFileNames small vector needs to be cleared if !FoundAOB or just move its declaration into the LibraryPaths loop. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133705/new/ https://reviews.llvm.org/D133705 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits