Thanks a lot!

On Wed, Aug 13, 2014 at 9:26 PM, Rafael EspĂ­ndola
<[email protected]> wrote:
> It looks like there were some unintended changes in here. I fixed one
> in r215561.
>
> index 0ef740c..985c72b 100644
> --- a/lib/Driver/Tools.cpp
> +++ b/lib/Driver/Tools.cpp
> @@ -5379,7 +5379,7 @@ bool mips::hasMipsAbiArg(const ArgList &Args,
> const char *Value) {
>
>  bool mips::isUCLibc(const ArgList &Args) {
>    Arg *A = Args.getLastArg(options::OPT_m_libc_Group);
> -  return A && A->getOption().matches(options::OPT_nolibc);
> +  return A && A->getOption().matches(options::OPT_muclibc);
>  }
>
>  bool mips::isNaN2008(const ArgList &Args, const llvm::Triple &Triple) {

-- 
Simon Atanasyan

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to