Home | History | Annotate | Download | only in Driver

Lines Matching defs:Plugin

2720   // Disable warnings for clang -E -use-gold-plugin -emit-llvm foo.c
2757 // and "clang -use-gold-plugin -c foo.s"
3257 .Case("analyzer-incompatible-plugin", true)
5268 // Tell the linker to load the plugin. This has to come before AddLinkerInputs
5269 // as gold requires -plugin to come before any -plugin-opt that -Wl might
5272 CmdArgs.push_back("-plugin");
5273 std::string Plugin = ToolChain.getDriver().Dir + "/../lib/LLVMgold.so";
5274 CmdArgs.push_back(Args.MakeArgString(Plugin));