We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb6d6be commit d503ee3Copy full SHA for d503ee3
orc-rt/include/orc-rt-c/config.h.in
@@ -0,0 +1,19 @@
1
+/*===- orc-rt-c/config.h - ORC-RT build configuration -------------*- C -*-===*\
2
+|* *|
3
+|* Part of the LLVM Project, under the Apache License v2.0 with LLVM *|
4
+|* Exceptions. *|
5
+|* See https://llvm.org/LICENSE.txt for license information. *|
6
+|* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
7
8
+\*===----------------------------------------------------------------------===*/
9
+
10
+#ifndef ORC_RT_C_CONFIG_H
11
+#define ORC_RT_C_CONFIG_H
12
13
+/* Define to 1 if RTTI is enabled */
14
+#cmakedefine01 ORC_RT_ENABLE_RTTI
15
16
+/* Define to 1 if exceptions are enabled */
17
+#cmakedefine01 ORC_RT_ENABLE_EXCEPTIONS
18
19
+#endif /* ORC_RT_C_CONFIG_H */
0 commit comments