We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7633a6c commit cd64ec3Copy full SHA for cd64ec3
clang/lib/Driver/ToolChains/Darwin.cpp
@@ -579,7 +579,7 @@ static void renderTapirLoweringOptions(const ArgList &Args,
579
580
if (const Arg *A = Args.getLastArg(options::OPT_fcilktool_EQ))
581
CmdArgs.push_back(
582
- Args.MakeArgString(Twine("--plugin-opt=cilktool=") + A->getValue()));
+ Args.MakeArgString(Twine("--cilktool=") + A->getValue()));
583
}
584
585
static void AppendPlatformPrefix(SmallString<128> &Path, const llvm::Triple &T);
0 commit comments