Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp855 ToolChain::RuntimeLibType RtLibType = GetRuntimeLibType(Args); in GetUnwindLibType() local
856 if (RtLibType == ToolChain::RLT_CompilerRT) { in GetUnwindLibType()
861 } else if (RtLibType == ToolChain::RLT_Libgcc) in GetUnwindLibType()