We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b8425 commit 2ad59b5Copy full SHA for 2ad59b5
llvm/lib/Support/Unix/Path.inc
@@ -1153,7 +1153,7 @@ namespace fs {
1153
/// implementation.
1154
std::error_code copy_file(const Twine &From, const Twine &To) {
1155
uint32_t Flag = COPYFILE_DATA;
1156
-#if __has_builtin(__builtin_available)
+#if 0 && __has_builtin(__builtin_available)
1157
if (__builtin_available(macos 10.12, *)) {
1158
bool IsSymlink;
1159
if (std::error_code Error = is_symlink_file(From, IsSymlink))
0 commit comments