From f1759e4d2a58bd9559cce789a1336007f6fcc0ed Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 10 Dec 2014 22:58:34 +0000 Subject: [PATCH] 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 --- lib/Driver/Tools.cpp | 1 + 1 file changed, 1 insertion(+) 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(); -- 2.40.0