<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">diff --git a/llvm/lib/Support/Unix/Path.inc b/llvm/lib/Support/Unix/Path.inc
index 788460d657fe..812373236ada 100644
--- a/llvm/lib/Support/Unix/Path.inc
+++ b/llvm/lib/Support/Unix/Path.inc
@@ -39,6 +39,9 @@
 #include &lt;mach-o/dyld.h&gt;
 #include &lt;sys/attr.h&gt;
 #include &lt;copyfile.h&gt;
+#ifndef COPYFILE_CLONE
+#define COPYFILE_CLONE	 (1&lt;&lt;24)
+#endif
 #if __has_include(&lt;sys/clonefile.h&gt;)
 #include &lt;sys/clonefile.h&gt;
 #endif
</pre></body></html>