Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Switch P/Invokes into libcoreclr for the PAL to QCalls #25055

Merged
merged 6 commits into from
Jun 11, 2019

Conversation

jkoritzinsky
Copy link
Member

Fixes #25016

src/vm/ecalllist.h Outdated Show resolved Hide resolved
@jkoritzinsky jkoritzinsky marked this pull request as ready for review June 11, 2019 00:36
@jkoritzinsky jkoritzinsky merged commit a6292a6 into dotnet:master Jun 11, 2019
@jkoritzinsky jkoritzinsky deleted the fixes/coreclr/25016 branch June 11, 2019 04:33
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…r#25055)

* Switch PInvokes into libcoreclr to QCalls

* Register QCalls in runtime. Remove pal exports from libcoreclr

* Alphabetize new ecalllist.h entries

* Remove W suffixes from native side of QCall

* Interop signatures are in nested classes (which doesn't show up here) in the root namespace. So we don't want to pass a namespace in here

* Convert the interop test in R2R to use a local native library instead of calling into the CoreCLR PAL via DllImport.


Commit migrated from dotnet/coreclr@a6292a6
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segfault for project built with -r linux-x64 running with corerun
3 participants