Add support for LLVM18#1067
Merged
Merged
Conversation
Notes: - Main breakage due to addition of `clang::StringLiteralKind` enum and addition of a new clang module: `clangAPINotes`. - There doesn't seem to be a 18.0.0 release at this time - `scripts/build_transpiler.py` doesn't build 18.1.1 cleanly - `scripts/test_transpiler.py` encountered test failures. - There is an unresolved linker error from `libzstd` on macOS. Closes #1066.
fcd8e17 to
34ac036
Compare
fw-immunant
approved these changes
Mar 13, 2024
Contributor
fw-immunant
left a comment
There was a problem hiding this comment.
LGTM, though I can't validate anything about XCode/macOS workflows outside of the fact that our Darwin CI still seems happy.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Notes:
clang::StringLiteralKindenum and addition of a new clang module:clangAPINotes.scripts/test_transpiler.pyencountered some failures.zstdsupport and various tests to avoid assorted configure and linker errors.Closes #1066.