[orc-rt] Add config.h.in (missing from 7ccf968d0bf).
This file was accidentally left out of commit 7ccf968d0bf.
This commit is contained in:
parent
59fb3bc3e7
commit
00b92e3d81
19
orc-rt/include/orc-rt-c/config.h.in
Normal file
19
orc-rt/include/orc-rt-c/config.h.in
Normal file
@ -0,0 +1,19 @@
|
||||
/*===- orc-rt-c/config.h - ORC-RT build configuration -------------*- C -*-===*\
|
||||
|* *|
|
||||
|* Part of the LLVM Project, under the Apache License v2.0 with LLVM *|
|
||||
|* Exceptions. *|
|
||||
|* See https://llvm.org/LICENSE.txt for license information. *|
|
||||
|* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
|
||||
|* *|
|
||||
\*===----------------------------------------------------------------------===*/
|
||||
|
||||
#ifndef ORC_RT_C_CONFIG_H
|
||||
#define ORC_RT_C_CONFIG_H
|
||||
|
||||
/* Define to 1 if RTTI is enabled */
|
||||
#cmakedefine01 ORC_RT_ENABLE_RTTI
|
||||
|
||||
/* Define to 1 if exceptions are enabled */
|
||||
#cmakedefine01 ORC_RT_ENABLE_EXCEPTIONS
|
||||
|
||||
#endif /* ORC_RT_C_CONFIG_H */
|
||||
Loading…
x
Reference in New Issue
Block a user