junaire added inline comments.

================
Comment at: clang/lib/CodeGen/ModuleBuilder.cpp:163
 
       for (auto &&Lib : CodeGenOpts.DependentLibraries)
         Builder->AddDependentLib(Lib);
----------------
I left I may doing something wrong here, after invoking `Initialize` we set 
`Builder = std::move(NewBuilder);`, so these lines are useless now? I'm quite 
confused though... @rjmccall 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126781/new/

https://reviews.llvm.org/D126781

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to