Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1762 StringRef TripleVersionName = Triple.getEnvironmentVersionString(); in BuildCompilation() local
1765 if (Triple.getEnvironmentVersion().empty() && TripleVersionName != "" && in BuildCompilation()
1766 TripleVersionName != TripleObjectFormat) { in BuildCompilation()
1768 << TripleVersionName << TC.getTripleString(); in BuildCompilation()