Home
last modified time | relevance | path

Searched refs:IsLinkerOnlyAction (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DDarwin.cpp193 static bool shouldLinkerNotDedup(bool IsLinkerOnlyAction, const ArgList &Args) { in shouldLinkerNotDedup() argument
204 if (!IsLinkerOnlyAction) // Implicit -O0 for compile+linker only. in shouldLinkerNotDedup()