================ @@ -688,6 +688,14 @@ ToolChain::getFallbackAndroidTargetPath(StringRef BaseDir) const { unsigned TripleVersion = getTriple().getEnvironmentVersion().getMajor(); unsigned BestVersion = 0; + if (TripleVersion == 0) { + return llvm::createStringError("version " + getTriple().getVersionName() + ---------------- ZijunZhaoCCK wrote:
test in `clang/unittests/Driver/ToolChainTest.cpp` needed https://github.com/llvm/llvm-project/pull/75373 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits