From: Rafael Auler Date: Mon, 29 Sep 2014 21:50:34 +0000 (+0000) Subject: Test commit. Fix a whitespace in ToolChains.cpp. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=958eabfaaaaf18971a1b20e53bb4f9f049546ec1;p=clang Test commit. Fix a whitespace in ToolChains.cpp. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218630 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp index b220e9526e..2b888170c4 100644 --- a/lib/Driver/ToolChains.cpp +++ b/lib/Driver/ToolChains.cpp @@ -147,7 +147,7 @@ static bool isSoftFloatABI(const ArgList &Args) { options::OPT_mfloat_abi_EQ); if (!A) return false; - + return A->getOption().matches(options::OPT_msoft_float) || (A->getOption().matches(options::OPT_mfloat_abi_EQ) && A->getValue() == StringRef("soft"));