Skip to content

Add "compile" spec helper#16735

Merged
straight-shoota merged 1 commit intocrystal-lang:masterfrom
ysbaddaden:feature/add-compile-spec-helper
Mar 16, 2026
Merged

Add "compile" spec helper#16735
straight-shoota merged 1 commit intocrystal-lang:masterfrom
ysbaddaden:feature/add-compile-spec-helper

Conversation

@ysbaddaden
Copy link
Collaborator

The helper compiles up to LLVM codegen for any target. Sits between the "codegen" helper that compiles up to Crystal codegen and the "run" helper that builds an executable and runs it.

There aren't much use cases. The codegen/private specs are an example. #16717 could also use it.

The helper compiles up to LLVM codegen for any target.

Sits between the "codegen" helper that compiles up to Crystal codegen
and the "run" helper that builds an executable and runs it.
@ysbaddaden ysbaddaden self-assigned this Mar 13, 2026
@straight-shoota straight-shoota added this to the 1.20.0 milestone Mar 13, 2026
@straight-shoota straight-shoota merged commit 0a1b374 into crystal-lang:master Mar 16, 2026
59 of 60 checks passed
@ysbaddaden ysbaddaden deleted the feature/add-compile-spec-helper branch March 16, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants