summaryrefslogtreecommitdiffstats
path: root/lib/clang/include/llvm/Config/llvm-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/include/llvm/Config/llvm-config.h')
-rw-r--r--lib/clang/include/llvm/Config/llvm-config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/clang/include/llvm/Config/llvm-config.h b/lib/clang/include/llvm/Config/llvm-config.h
index 05e17ca..28837f7 100644
--- a/lib/clang/include/llvm/Config/llvm-config.h
+++ b/lib/clang/include/llvm/Config/llvm-config.h
@@ -34,7 +34,9 @@
/* #undef LLVM_ETCDIR */
/* Has gcc/MSVC atomic intrinsics */
+#ifndef __tune_i386__
#define LLVM_HAS_ATOMICS 1
+#endif
/* Host triple we were built on */
/* #undef LLVM_HOSTTRIPLE */
OpenPOWER on IntegriCloud