Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let user specify path to sleigh compiler in CMake module #69

Merged
merged 2 commits into from
Mar 11, 2022

Conversation

ekilmer
Copy link
Contributor

@ekilmer ekilmer commented Mar 3, 2022

This allows user to specify an arbitrary sleigh compiler. Almost always
it's going to be the sleigh::sleigh_opt target, but in the case of
cross-compiling, that won't work because the host won't be able to run
it.

This should enable fixing trailofbits/maat#64. Will wait until it's confirmed that this fixes that issue before merging.

This change is also backwards-incompatible with existing code that uses the function, so it will deserve a (package) version bump.

ekilmer added 2 commits March 2, 2022 23:29
This allows user to specify an arbitrary sleigh compiler. Almost always
it's going to be the sleigh::sleigh_opt target, but in the case of
cross-compiling, that won't work because the host won't be able to run
it.
@ekilmer ekilmer force-pushed the specify-sleigh-compiler branch from ddf48d4 to 3c3ad5c Compare March 3, 2022 04:31
@ekilmer ekilmer marked this pull request as ready for review March 11, 2022 14:26
@ekilmer ekilmer merged commit dbc3dbd into master Mar 11, 2022
@ekilmer ekilmer deleted the specify-sleigh-compiler branch March 11, 2022 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant