[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:
Greg Parker
2018-12-07 12:47:39 -08:00
committed by GitHub
parent d235fdc582
commit 368ca184fa
8 changed files with 40 additions and 25 deletions

View File

@@ -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)