Uh oh!
There was an error while loading. Please reload this page.
[RISC-V] Initial commit for libraries directory - #90203
Conversation
ghost
commented
Aug 8, 2023
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
Uh oh!
There was an error while loading. Please reload this page.
am11
commented
Aug 10, 2023
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
7156e4d to
ada06ccComparet-mustafin
commented
Aug 15, 2023
@am11 Should I drop Riscv{32,128} all over the patch or except Machine.cs and System.Reflection.Metadata.cs? This two files also have some targets are not supported yet, e.g. LoongArch32. |
am11
commented
Aug 15, 2023
I think the metadata change is fine if it makes things consistent, but we can ask this question during (or after) the API review whenever it will take place. |
gbalykov
commented
Aug 22, 2023
@am11 do we need to open separate PR to approve new API? |
There was a problem hiding this comment.
This is only needed if Windows got ported to Riscv64.
There are many 64-bit architectures missing in this check and it is not causing any issues.
I would keep this simple and omit the Riscv check from here.
4b9e266 to
ad6e24aCompareghost
commented
Aug 31, 2023
Tagging subscribers to this area: @dotnet/interop-contrib Issue DetailsRISC-V API proposed in #73437.
|
jkotas
commented
Aug 31, 2023
#73437 needs to go through API review before this can be merged. |
AaronRobinsonMSFT
commented
Sep 12, 2023
These new APIs have been approved. The only update was to change the casing of the |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
8c1a93a to
78b9df5CompareUh oh!
There was an error while loading. Please reload this page.
…ble/PEHeadersTests.cs Co-authored-by: Jan Kotas <jkotas@microsoft.com>
RISC-V API proposed in #73437.
Part of #84834.
cc @alpencolt@gbalykov@ashaurtaev@clamp03.