[orc-rt] Add config.h.in (missing from 7ccf968d0bf).

This file was accidentally left out of commit 7ccf968d0bf.
This commit is contained in:
Lang Hames 2025-12-15 14:07:47 +11:00
parent 59fb3bc3e7
commit 00b92e3d81

View 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 */