Skip to content

Commit d503ee3

Browse files
lhamesanonymouspc
authored andcommitted
[orc-rt] Add config.h.in (missing from 7ccf968).
This file was accidentally left out of commit 7ccf968.
1 parent eb6d6be commit d503ee3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)