summaryrefslogtreecommitdiff
path: root/third_party/llvm-project/include/llvm/Config/llvm-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/llvm-project/include/llvm/Config/llvm-config.h')
-rw-r--r--third_party/llvm-project/include/llvm/Config/llvm-config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/llvm-project/include/llvm/Config/llvm-config.h b/third_party/llvm-project/include/llvm/Config/llvm-config.h
new file mode 100644
index 000000000..8a5702d4b
--- /dev/null
+++ b/third_party/llvm-project/include/llvm/Config/llvm-config.h
@@ -0,0 +1,9 @@
+
+// This is all terrible
+
+#ifndef _WIN32
+#define LLVM_ON_UNIX
+#endif
+
+// Use simple std:: based atomics, no windows specifics
+#define LLVM_THREADING_USE_STD_CALL_ONCE 1