This repository was archived by the owner on Oct 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
WIP: Fix source build for Julia 1.5 #466
Closed
Closed
Conversation
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
Member
Gnimuc
commented
Mar 31, 2020
- misc. updates for LLVM9
- fix segfaults
LLVM has no plan to support ObjC1 in the future, so this distinction is eliminated.
Not sure whether it is right to use `clang::CodeGen::AggValueSlot::DoesNotOverlap` here or not, the doc says it can help compiler to do optimizations.
`getNewMemBuffer` for `llvm::MemoryBuffer` was removed in 322475.
Honestly, I don't know why this works.
There is no need to patch Clang source code in LLVM 9.0.1.
…ved by `llvm-svn: 358538`
|
Can this be made to depend on |
Member
Author
|
Please refer to https://github.com/JuliaInterop/Cxx.jl/pull/466/files#diff-c002a594a18961699f1519658022b71e. Currently, it depends on |
|
Completely missed that. It will rely on Julia's LLVM since julia itself is now using that, right? |
Member
Author
|
Yes. Both Cxx.jl and Julia rely on LLVM, but Cxx.jl needs Clang as well. |
Member
Author
|
This PR may only fix the C++ side of the package for now. As of the Julia side, it requires more knowledge about the Julia's and Clang's internals, I'm still learning the details and making nearly no progress. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.