-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Do not fold exported UnmanagedCallersOnly symbols #103884
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -12,4 +12,8 @@ | |||
| <Compile Include="StackTraceMetadata.cs" /> | ||||
| <Compile Include="BodyFoldingTest.cs" /> | ||||
| </ItemGroup> | ||||
|
|
||||
| <ItemGroup> | ||||
| <IlcArg Include="--export-unmanaged-entrypoints" /> | ||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Set It is what the other tests do: runtime/src/tests/nativeaot/GenerateUnmanagedEntryPoints/GenerateUnmanagedEntryPoints.csproj Line 5 in 3f1cfbb
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The reason I did it this way is because we're not really testing the thing is exported, just making sure linker doesn't error out. If I use the property and we rename or delete the property, the test silently stops testing this. If it stays command line argument, the test build will fail if we ever rename or delete it. But I can change it if you think it's not a risk worth mitigating. |
||||
| </ItemGroup> | ||||
| </Project> | ||||
Uh oh!
There was an error while loading. Please reload this page.