yaxunl marked an inline comment as done.
yaxunl added inline comments.

================
Comment at: clang/lib/Driver/ToolChains/CommonArgs.cpp:1959
+      if (FoundAOB)
+        break;
     }
----------------
scchan wrote:
> The AOBFileNames small vector needs to be cleared if !FoundAOB or just move 
> its declaration into the LibraryPaths loop.
> The AOBFileNames small vector needs to be cleared if !FoundAOB or just move 
> its declaration into the LibraryPaths loop.

will move the decl into 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

Reply via email to