-
Notifications
You must be signed in to change notification settings - Fork 206
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
NativeAOT-LLVM: Merge nativeaot #583
Conversation
…NativeAOT-LLVM # Conflicts: # eng/Subsets.props # src/coreclr/CMakeLists.txt # src/coreclr/nativeaot/System.Private.CoreLib/src/System.Private.CoreLib.csproj # src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj # src/libraries/Native/Unix/System.Globalization.Native/CMakeLists.txt
Fix merge error
@joktas can you guide me a bit on this, please? As you can see it fails on the ApiCompat task.
As I understand this makes sure that the built libraries conform with the API surface. It fails on
In the dll in the So that's the contract generated from the source https://github.com/dotnet/runtimelab/blob/feature/NativeAOT-LLVM/src/libraries/System.Threading.Thread/ref/System.Threading.Thread.cs I think. The implementation type forwards all classes from a generated file
And the csc build includes Where is my logic wrong? Thanks |
You need to change |
Doh |
Looks like I've squashed the merge commits again, I'll redo that. |
Merge NativeAOT and address #577
Draft as not started the
RuntimeTypeHandle.GetValueInternal
changes and something has broken the build as getting