summaryrefslogtreecommitdiff
path: root/third_party/llvm-project/include/llvm/Config
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/llvm-project/include/llvm/Config')
-rw-r--r--third_party/llvm-project/include/llvm/Config/abi-breaking.h3
-rw-r--r--third_party/llvm-project/include/llvm/Config/config.h4
-rw-r--r--third_party/llvm-project/include/llvm/Config/llvm-config.h9
3 files changed, 16 insertions, 0 deletions
diff --git a/third_party/llvm-project/include/llvm/Config/abi-breaking.h b/third_party/llvm-project/include/llvm/Config/abi-breaking.h
new file mode 100644
index 000000000..d6bffe75c
--- /dev/null
+++ b/third_party/llvm-project/include/llvm/Config/abi-breaking.h
@@ -0,0 +1,3 @@
+
+// waka
+
diff --git a/third_party/llvm-project/include/llvm/Config/config.h b/third_party/llvm-project/include/llvm/Config/config.h
new file mode 100644
index 000000000..9cc7f7c31
--- /dev/null
+++ b/third_party/llvm-project/include/llvm/Config/config.h
@@ -0,0 +1,4 @@
+
+// waka waka
+
+#include <stdio.h>
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