diff --git a/clang/lib/Driver/ToolChains/Fuchsia.cpp b/clang/lib/Driver/ToolChains/Fuchsia.cpp --- a/clang/lib/Driver/ToolChains/Fuchsia.cpp +++ b/clang/lib/Driver/ToolChains/Fuchsia.cpp @@ -187,7 +187,8 @@ CmdArgs.push_back("-lc"); } - C.addCommand(std::make_unique(JA, *this, ResponseFileSupport::None(), + C.addCommand(std::make_unique(JA, *this, + ResponseFileSupport::AtFileCurCP(), Exec, CmdArgs, Inputs, Output)); }