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 be36037 commit db7531cCopy full SHA for db7531c
llvm/lib/Support/Unix/Path.inc
@@ -1462,7 +1462,7 @@ namespace fs {
1462
std::error_code copy_file(const Twine &From, const Twine &To) {
1463
std::string FromS = From.str();
1464
std::string ToS = To.str();
1465
-#if __has_builtin(__builtin_available)
+#if 0 && __has_builtin(__builtin_available)
1466
if (__builtin_available(macos 10.12, *)) {
1467
// Optimistically try to use clonefile() and handle errors, rather than
1468
// calling stat() to see if it'll work.
0 commit comments