Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp719 llvm::Triple TripleWithoutLevel(getTriple()); in getFallbackAndroidTargetPath() local
720 TripleWithoutLevel.setEnvironmentName("android"); // remove any version number in getFallbackAndroidTargetPath()
721 const std::string &TripleWithoutLevelStr = TripleWithoutLevel.str(); in getFallbackAndroidTargetPath()