-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Cross-compile Wasm cross-compilers for ARM64 machines #74428
Merged
directhex
merged 52 commits into
dotnet:main
from
directhex:yo-dawg-i-heard-you-like-cross-compilers-so-i-cross-compiled-your-cross-compiler
Jan 5, 2023
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
c00ffb7
Initial changes.
directhex 714f344
Rearchitect LLVM package inclusion, so cross-compiled cross-compilers…
directhex 452bce6
Offsets tool should use host arch libclang
directhex 52b4fba
Fix Wasm
directhex 66e5a15
Add debug output to llvm-init.proj
directhex 377833b
Work with PackageReference manipulation directly, to avoid context is…
directhex 8d39d0a
Revert "Work with PackageReference manipulation directly, to avoid co…
directhex 5351c28
Revert "Revert "Work with PackageReference manipulation directly, to …
directhex 1a8d2b2
Deduplicate
directhex 379b62c
Skip compiler init on Android
directhex 07ba253
Hack to deal with osx-10.12 vs osx-11.0 host OS on arm64 LLVM
directhex d313bc8
ItemGroup crimes
directhex 0786b79
No LLVM for mac-arm
directhex 4cf2ee2
Typo
directhex be82b60
Never use llvm-config. Our cross-compiler mess is too complex.
directhex 056c7fd
Merge branch 'yo-dawg-i-heard-you-like-cross-compilers-so-i-cross-com…
directhex f782186
Special-case wasm LLVM libs check
directhex 54f427e
fix wrong arch LLVM used during AOT compilers on linux
directhex 5e3999f
Always use compiler-init on Windows, even when we disable it for Linu…
directhex c1f43ca
Move the LLVM cheese
directhex 3864f12
Merge remote-tracking branch 'origin/main' into yo-dawg-i-heard-you-l…
directhex 16340da
Duplicate more of llvm-config into cmake
directhex b446a8c
Tweak ItemGroup conditional
directhex f3571d6
Merge remote-tracking branch 'origin/main' into yo-dawg-i-heard-you-l…
directhex e5d3084
Ensure we pass through real arch during LLVM restore
directhex b9e6cd1
Always initialize compiler when cross-compiling cross-compiler
directhex a533b62
Generate cross-compiler packages on arm64
directhex 155ef11
don't constantly re-copy LLVM
directhex fc817bd
Revert "don't constantly re-copy LLVM"
directhex 71d602b
Fix Linux WASM
directhex a8e6f3b
Fix building browser-wasm for osx-arm64 on osx-x64
directhex a1663d0
Get rid of debug output
directhex cb8edf8
Merge branch 'yo-dawg-i-heard-you-like-cross-compilers-so-i-cross-com…
directhex 4c83acc
Merge remote-tracking branch 'origin/main' into yo-dawg-i-heard-you-l…
directhex 14bfd80
Let's not kid ourselves: Mono doesn't work on Windows ARM64 at all
directhex 73cc736
Add what works to CI
directhex 55184de
Merge remote-tracking branch 'origin/main' into yo-dawg-i-heard-you-l…
directhex fd58630
Merge errors
directhex 36e20b9
Build wasm offsets
directhex c45b4eb
Patch from Ankit to enable workload build testing
directhex f2df10e
Merge remote-tracking branch 'origin/main' into yo-dawg-i-heard-you-l…
directhex b2f6892
Merge branch 'main' into yo-dawg-i-heard-you-like-cross-compilers-so-…
directhex 2b90252
Merge remote-tracking branch 'origin/main' into yo-dawg-i-heard-you-l…
directhex 6d845db
Reconcile change from #77304
directhex 4f75c02
Fix up Versions.props issues for LLVM on ARM Mac
directhex 8e47d22
Reconcile more changes from osx.11.0-arm64->osx-arm64 change
directhex ae07704
Add missing offset generation job
directhex 3cfaebe
Exclude arm32 LLVM, as well as x86
directhex 241ccbc
This seems to work better
directhex e5f99b2
Merge remote-tracking branch 'origin/main' into yo-dawg-i-heard-you-l…
directhex 0830b80
Urgh
directhex 2b32858
Point Browser osx-arm64 workload at osx-arm64 cross compiler package
directhex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
👍