Re: [PATCH] Fix Typo in lib/Driver/ToolChains.cpp

2014-02-20 Thread Rafael EspĂ­ndola
On 20 February 2014 04:02, Stephan Falke wrote: > Hi Rafael, > >> LGTM > > > Could you apply the patch? I don't have commit access (I'm only a clang > user...). Sure, r201794. Thanks, Rafael ___ cfe-commits mailing list cfe-commits@cs.uiuc.edu http://l

Re: [PATCH] Fix Typo in lib/Driver/ToolChains.cpp

2014-02-20 Thread Stephan Falke
Hi Rafael, LGTM Could you apply the patch? I don't have commit access (I'm only a clang user...). Thanks, Stephan On 18 February 2014 05:01, Stephan Falke wrote: Hi, the attached patch fixes a typo in lib/Driver/ToolChains.cpp (multiilb --> multilib). Cheers, Stephan

Re: [PATCH] Fix Typo in lib/Driver/ToolChains.cpp

2014-02-18 Thread Rafael EspĂ­ndola
LGTM On 18 February 2014 05:01, Stephan Falke wrote: > Hi, > > the attached patch fixes a typo in lib/Driver/ToolChains.cpp > (multiilb --> multilib). > > Cheers, > Stephan > > ___ > cfe-commits mailing list > cfe-commits@cs.uiuc.edu > http://lists.cs.u

[PATCH] Fix Typo in lib/Driver/ToolChains.cpp

2014-02-18 Thread Stephan Falke
Hi, the attached patch fixes a typo in lib/Driver/ToolChains.cpp (multiilb --> multilib). Cheers, Stephan Index: lib/Driver/ToolChains.cpp === --- lib/Driver/ToolChains.cpp (revision 201556) +++ lib/Driver/ToolChains.cpp (working co