Files
swift-mirror/include/swift/Config.h.in
Greg Parker c677a5dc11 [IRGen][runtime] Prepare to change the is-Swift bit in class metadata. (#13595)
Swift class metadata has a bit to distinguish it from non-Swift Objective-C
classes. The stable ABI will use a different bit so that stable Swift and
pre-stable Swift can be distinguished from each other.

No bits are actually changed yet. Enabling the new bit needs to wait for
other coordination such as libobjc.

rdar://35767811
2017-12-22 00:52:00 -08:00

14 lines
312 B
C

// This file is processed by CMake.
// See https://cmake.org/cmake/help/v3.0/command/configure_file.html.
#ifndef SWIFT_CONFIG_H
#define SWIFT_CONFIG_H
#cmakedefine SWIFT_HAVE_WORKING_STD_REGEX 1
#cmakedefine HAVE_UNICODE_LIBEDIT 1
#cmakedefine01 SWIFT_DARWIN_ENABLE_STABLE_ABI_BIT
#endif // SWIFT_CONFIG_H