Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DLinux.cpp226 const bool IsCSKY = Triple.isCSKY(); in Linux() local
228 if (IsCSKY) in Linux()
231 if ((IsMips || IsCSKY) && !SysRoot.empty()) in Linux()