Merge remote-tracking branch 'origin/main' into rebranch

This commit is contained in:
swift-ci
2021-09-02 11:56:28 -07:00
6 changed files with 65 additions and 28 deletions

View File

@@ -1841,7 +1841,7 @@ static void printTripleInfo(const llvm::Triple &triple,
}
out << " \"librariesRequireRPath\": "
<< (tripleRequiresRPathForSwiftInOS(triple) ? "true" : "false")
<< (tripleRequiresRPathForSwiftLibrariesInOS(triple) ? "true" : "false")
<< "\n";
out << " }";