mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Something has changed with newer versions of LLVM so that the stdlib/SwiftObjectNSObject.swift test fails on the master-next branch because the @objc thunk functions all get merged together. That is a good thing for code size but it breaks some of the checks in this test that compare the function pointers to verify that overrides are correct. Make each function different so they cannot be merged.
1.7 KiB
1.7 KiB