From da14a27108a55efcdfa742df1b91b3853a56c218 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 8 Dec 2015 01:59:51 +0000 Subject: [PATCH] Remove name from FIXME. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@254985 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Driver/Tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Driver/Tools.cpp b/lib/Driver/Tools.cpp index f6d7be5df0..eb19a65c64 100644 --- a/lib/Driver/Tools.cpp +++ b/lib/Driver/Tools.cpp @@ -6109,7 +6109,7 @@ void hexagon::Assembler::ConstructJob(Compilation &C, const JobAction &JA, CmdArgs.push_back(II.getFilename()); else // Don't render as input, we need gcc to do the translations. - // FIXME: Pranav: What is this ? + // FIXME: What is this? II.getInputArg().render(Args, CmdArgs); } -- 2.40.0