We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f0d9e commit 9109654Copy full SHA for 9109654
llvm/lib/Support/Unix/Path.inc
@@ -1200,7 +1200,7 @@ namespace fs {
1200
/// implementation.
1201
std::error_code copy_file(const Twine &From, const Twine &To) {
1202
uint32_t Flag = COPYFILE_DATA;
1203
-#if __has_builtin(__builtin_available)
+#if 0 && __has_builtin(__builtin_available)
1204
if (__builtin_available(macos 10.12, *)) {
1205
bool IsSymlink;
1206
if (std::error_code Error = is_symlink_file(From, IsSymlink))
0 commit comments