Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] swiftwasm from main #4951

Merged
merged 29 commits into from
Sep 29, 2022
Merged

[pull] swiftwasm from main #4951

merged 29 commits into from
Sep 29, 2022

Conversation

pull[bot]
Copy link

@pull pull bot commented Sep 28, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

keith and others added 28 commits September 20, 2022 13:06
Previously the driver mode was always set based on the executable name,
ignoring any manually passed flag, now this flag is preferred if it
exists.

Fixes apple#60600
Improvements in our ARM64e support seems to have made these test work again.

rdar://89754240
rdar://89986398
Fix a potential false positive if we check a class for a protocol conformance and its superclasses aren't yet instantiated.

This was partially fixed before, but we were incorrectly saying that all superclasses had been instantiated if they had been instatiated by the LAST check in conformsToProtocol. That left us open for a possible false positive in an earlier check to go unnoticed.

This change fixes it by checking for uninstantiated superclasses after each iteration over superclasses, not just the last one.

This change also makes the concurrentTypeByName test much more robust. The original test caught this bug only rarely, but the new one catches it it reliably. We now look up 1000 types per test run. Testing locally, we typically hit the race after less than 100 types.

rdar://82364236
- Factor out the adding of 'external' for non-definitions
- Factor out computation of the linkage limit

Intended to be NFC.
This should be based on the access level of the
function they're attached to.

rdar://100240367
Add the header and library search paths for SQLite3 to the cmake
invocation for SwiftPM.  This is needed to allow building SwiftPM once
the SQLite3 wrapper is migrated from swift-tools-support-core to
SwiftPM.
Swift Concurrency would like to be able to use condition variables.
Add support to the threading packages.

rdar://100236038
…g builds.

Fixes a linker failure where we cannot find the compatibility libraries.
These are all copy-paste + find-replace:

- InstructionSetVector, from BasicBlockSetVector
- InstructionWorklist, from BasicBlockWorklist
- ValueWorklist, from BasicBlockWorklist
…-abs-func-ptr-test

[WebAssembly] Repair test/IRGen/wasm-absolute-func-ptr.swift
…ain-lib-dir

[CMake with Swift] Add toolchain lib path for stage != 0 bootstrapping builds
[interop][SwiftToCxx] support interop with FRT in the generated C++ b…
This matches what we call it in SwiftSyntax, and
is just generally clearer.
[test] Add test case for rdar://41010883
[Threading] Add ConditionVariable support.
…tures

Add a few more node data structures.
…1313)

The underlying issue that required restricting to `arm64` has been fixed
in apple#38415

Addresses rdar://77191256
utils: update build-windows-toolchain.bat
Also, add a comment for the changed metadata symbol name for static read-only arrays.
…me-again

[Runtime] Fix concurrent lookups of types by name (again).
…hes (apple#61333)

This will prevent weird build failures when a run was made with the
argument set.
…using-new-driver

Handle --driver-mode= when using new driver
…n-tests

[Test] Reenable Reflection tests disabled on ARM64e.
@kateinoigakukun kateinoigakukun merged commit affb476 into swiftwasm Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet