We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c68c46 commit d43049bCopy full SHA for d43049b
llvm/lib/Support/Unix/Path.inc
@@ -1476,7 +1476,7 @@ namespace fs {
1476
std::error_code copy_file(const Twine &From, const Twine &To) {
1477
std::string FromS = From.str();
1478
std::string ToS = To.str();
1479
-#if __has_builtin(__builtin_available)
+#if 0 && __has_builtin(__builtin_available)
1480
if (__builtin_available(macos 10.12, *)) {
1481
// Optimistically try to use clonefile() and handle errors, rather than
1482
// calling stat() to see if it'll work.
0 commit comments