aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.c')
-rw-r--r--contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.c b/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.c
index d58bc19ad11e..6a54697df7f0 100644
--- a/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.c
+++ b/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingInternal.c
@@ -6,6 +6,9 @@
|*
\*===----------------------------------------------------------------------===*/
+// Note: This is linked into the Darwin kernel, and must remain compatible
+// with freestanding compilation. See `darwin_add_builtin_libraries`.
+
#if !defined(__Fuchsia__)
#include "InstrProfilingInternal.h"