mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[runtime] Fix some bugs when the stable ABI's is-Swift bit is set. (#21114)
* cmake: Propagate SWIFT_DARWIN_ENABLE_STABLE_ABI_BIT to overlay builds. * runtime: Clear the correct bit in getROData() * test/IRGen/objc_class_export.swift: Allow either is-Swift bit. * test/stdlib/SwiftObjectNSObject.swift: Allow either name for SwiftObject.
This commit is contained in:
@@ -2,5 +2,6 @@ configure_file(Config.h.in ${CMAKE_CURRENT_BINARY_DIR}/Config.h
|
||||
ESCAPE_QUOTES @ONLY)
|
||||
|
||||
add_subdirectory(Option)
|
||||
add_subdirectory(Runtime)
|
||||
add_subdirectory(SwiftRemoteMirror)
|
||||
add_subdirectory(Syntax)
|
||||
|
||||
Reference in New Issue
Block a user