Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add initial support for FreeBSD.arm64 #71486
Add initial support for FreeBSD.arm64 #71486
Changes from 28 commits
b2d90fd
f333fd0
a4b266d
1a6d288
3f2e848
8300f7c
60ab856
c0c5dea
001bb3d
5b623a2
54d0412
9c8775d
edf36ff
951c92a
98d39cd
88b8895
69a5c15
ed3368c
e1aa560
4aef1fb
6575aee
723ec0b
48fa1fa
6f07838
82139da
3362c01
14a6f04
1303ab7
e499941
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@agocke, do you remember why we have duplicate
NativeAotSupported
properties with different conditions:runtime/src/coreclr/tools/aot/crossgen2/crossgen2.csproj
Lines 7 to 9 in bb36771
runtime/eng/Subsets.props
Line 55 in bb36771
(Subsets.props is inherited by everything which imports Directory.Build.props at repo root)
Can we deduplicate them?