-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump LLVM to 19.x branch * Update llvm deps * [llvm] update header for llvm::sys:::getHostCPUFeatures * [llvm] NO MERGE - Disable old pass manager on LLVM 19 They dont' have a C API for it anymore. We should use the new PassBuilder API instead. But temporarily just disable optimizations entirely * Revert "Update llvm deps" This reverts commit efca5a2. * Update llvm deps Remove coherency between llvm and emscripten to be able to update llvm 19.x packages with darc * Remove the warning to let the CI build progress, add comment * Update llvm deps * Update to get new packages * Update llvm packages * Disable tests which crash during LLVM AOT compilation * Show progress of smoke AOT test on browser * Update llvm deps * [mono] Exit early to prevent endless loop when crashing We hit an issue where we got into an endless loop of crashes while trying to dump the stack trace. Move the existing code to protect against this up to make sure we abort early enough. * Disable failing tests with EnsureInitialized * Remove testing channel from nuget config --------- Co-authored-by: Aleksey Kliger <alklig@microsoft.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
- Loading branch information
1 parent
4399da8
commit fc6ce2c
Showing
7 changed files
with
105 additions
and
66 deletions.
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
Oops, something went wrong.