aaron.ballman added inline comments.
================ Comment at: lib/Driver/ToolChains/Gnu.h:253 + void AddDefaultGCCPrefixes(const llvm::Triple &TargetTriple, + SmallVectorImpl<std::string> &Prefixes, ---------------- fedor.sergeev wrote: > aaron.ballman wrote: > > Might as well drop the `llvm::` since the namespace isn't used for > > `SmallVectorImpl`. > suggested change caused a build failure since Triple resolves into > Toolchain::Triple data member, not to llvm::Triple. That's really good to know, thanks (and sorry for the churn)! https://reviews.llvm.org/D35755 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits