mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -1841,7 +1841,7 @@ static void printTripleInfo(const llvm::Triple &triple,
|
||||
}
|
||||
|
||||
out << " \"librariesRequireRPath\": "
|
||||
<< (tripleRequiresRPathForSwiftInOS(triple) ? "true" : "false")
|
||||
<< (tripleRequiresRPathForSwiftLibrariesInOS(triple) ? "true" : "false")
|
||||
<< "\n";
|
||||
|
||||
out << " }";
|
||||
|
||||
Reference in New Issue
Block a user