Home | History | Annotate | Download | only in Driver

Lines Matching defs:Plugin

1575   // Tell the linker to load the plugin. This has to come before AddLinkerInputs
1576 // as gold requires -plugin to come before any -plugin-opt that -Wl might
1578 CmdArgs.push_back("-plugin");
1579 std::string Plugin = ToolChain.getDriver().Dir + "/../lib" CLANG_LIBDIR_SUFFIX "/LLVMgold.so";
1580 CmdArgs.push_back(Args.MakeArgString(Plugin));
1583 // the plugin.
1588 CmdArgs.push_back(Args.MakeArgString(Twine("-plugin-opt=mcpu=") + CPU));