From: Eric Christopher Date: Wed, 10 Dec 2014 22:58:34 +0000 (+0000) Subject: Add a FIXME for unifying ARM target abi handling. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1759e4d2a58bd9559cce789a1336007f6fcc0ed;p=clang Add a FIXME for unifying ARM target abi handling. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223977 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index 67393ee340..940be7e22c 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -765,6 +765,7 @@ void Clang::AddARMTargetArgs(const ArgList &Args, // Select the ABI to use. // // FIXME: Support -meabi. + // FIXME: Parts of this are duplicated in the backend, unify this somehow. const char *ABIName = nullptr; if (Arg *A = Args.getLastArg(options::OPT_mabi_EQ)) { ABIName = A->getValue();