r215557 - Header guard canonicalization, clang part.
Simon Atanasyan
simon at atanasyan.com
Wed Aug 13 10:34:43 PDT 2014
Thanks a lot!
On Wed, Aug 13, 2014 at 9:26 PM, Rafael EspĂndola
<rafael.espindola at gmail.com> 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
More information about the cfe-commits
mailing list