aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/include/llvm/Config/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h
index 456bf9a..0447303 100644
--- a/host/include/llvm/Config/config.h
+++ b/host/include/llvm/Config/config.h
@@ -575,9 +575,13 @@
/* Installation directory for config files */
#define LLVM_ETCDIR "/opt/llvm-android/etc/llvm"
+#if !defined(_WIN32) && !defined(_WIN64)
+
/* Has gcc/MSVC atomic intrinsics */
#define LLVM_HAS_ATOMICS 1
+#endif /* !defined(_WIN32) && !defined(_WIN64) */
+
/* Installation directory for include files */
#define LLVM_INCLUDEDIR "/opt/llvm-android/include"