We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060818c commit 15a98c3Copy full SHA for 15a98c3
llvm/lib/Support/Unix/Path.inc
@@ -1342,7 +1342,7 @@ namespace fs {
1342
/// implementation.
1343
std::error_code copy_file(const Twine &From, const Twine &To) {
1344
uint32_t Flag = COPYFILE_DATA;
1345
-#if __has_builtin(__builtin_available) && defined(COPYFILE_CLONE)
+#if 0 && __has_builtin(__builtin_available) && defined(COPYFILE_CLONE)
1346
if (__builtin_available(macos 10.12, *)) {
1347
bool IsSymlink;
1348
if (std::error_code Error = is_symlink_file(From, IsSymlink))
0 commit comments