Add oxcaml_short_frametables code for compatibiility with short frametables#37
Open
NickBarnes wants to merge 1 commit into
Open
Add oxcaml_short_frametables code for compatibiility with short frametables#37NickBarnes wants to merge 1 commit into
NickBarnes wants to merge 1 commit into
Conversation
|
This looks good to me. After merging we can make a new release tarball and configure that in CI for your OxCaml repo PR. |
NickBarnes
pushed a commit
to NickBarnes/oxcaml
that referenced
this pull request
Jul 14, 2026
The short-frametable format needs LLVM's OxCamlGCPrinter to emit the escape delta byte and drop descriptor padding (ocaml-flambda/llvm-project#37); the oxcaml-llvmize-16.0.6-minus3 release predates that, so the llvmize tests segfault. Temporarily point the llvmize job at a personal-fork release built from oxcaml#37's head. Once oxcaml#37 is merged and an official release exists, drop oxcaml_llvm_repo and bump oxcaml_llvm_tag instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
NickBarnes
pushed a commit
to NickBarnes/oxcaml
that referenced
this pull request
Jul 14, 2026
The short-frametable format needs LLVM's OxCamlGCPrinter to emit the escape delta byte and drop descriptor padding (ocaml-flambda/llvm-project#37); the oxcaml-llvmize-16.0.6-minus3 release predates that, so the llvmize tests segfault. Temporarily point the llvmize job at a personal-fork release built from oxcaml#37's head. Once oxcaml#37 is merged and an official release exists, drop oxcaml_llvm_repo and bump oxcaml_llvm_tag instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
NickBarnes
pushed a commit
to NickBarnes/oxcaml
that referenced
this pull request
Jul 15, 2026
The short-frametable format needs LLVM's OxCamlGCPrinter to emit the escape delta byte and drop descriptor padding (ocaml-flambda/llvm-project#37); the oxcaml-llvmize-16.0.6-minus3 release predates that, so the llvmize tests segfault. Temporarily point the llvmize job at a personal-fork release built from oxcaml#37's head. Once oxcaml#37 is merged and an official release exists, drop oxcaml_llvm_repo and bump oxcaml_llvm_tag instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
see oxcaml/oxcaml#6399