-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Basic support for LLVM 18. Rebuild test files for it. Loop test hit some new optimisation, so had a fair bit of churn. LLVM 17 compatibility test was changede from ll to bc: The bitcode files guarantee forwards compatibility, which we need now that LLVM 18 dropped support for the webkit_jscc calling convention * Fix some LLVM 17 mentions in LLVM 18 test file * Remove the following constant expression types that have been removed in LLVM 18: - and - or - lshr - ashr - zext - sext - fptrunc - fpext - fptoui - fptosi - uitofp - sitofp * Tab to space conversion in constant.rs
- Loading branch information
Showing
39 changed files
with
1,311 additions
and
2,162 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ jobs: | |
- 15 | ||
- 16 | ||
- 17 | ||
- 18 | ||
|
||
steps: | ||
- name: Checkout sources | ||
|
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.