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

Ignore symbol shim clash when symbol is provided by compiler_builtins #2748

Merged
merged 2 commits into from
Jan 6, 2023

Conversation

Aaron1011
Copy link
Member

When this happens, we ignore the symbol from compiler_builtins
in favor of Miri's builtin support.

This allows Miri to target platforms like wasm32-unknown-unknown,
where functions like memcmp are provided by compiler_builtins.

When this happens, we ignore the symbol from `compiler_builtins`
in favor of Miri's builtin support.

This allows Miri to target platforms like wasm32-unknown-unknown,
where functions like `memcmp` are provided by `compiler_builtins`.
@RalfJung
Copy link
Member

RalfJung commented Jan 6, 2023

Makes sense, thanks!
@bors r+

@bors
Copy link
Collaborator

bors commented Jan 6, 2023

📌 Commit 44a9b0b has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Jan 6, 2023

⌛ Testing commit 44a9b0b with merge 5f5c75d...

@bors
Copy link
Collaborator

bors commented Jan 6, 2023

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing 5f5c75d to master...

@bors bors merged commit 5f5c75d into rust-lang:master Jan 6, 2023
JohnTitor pushed a commit to JohnTitor/rust that referenced this pull request Jan 9, 2023
RalfJung pushed a commit to RalfJung/miri that referenced this pull request Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants