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

Allow disabling specific JITs via CMake Arguments #134

Open
PhilippvK opened this issue Mar 2, 2023 · 0 comments
Open

Allow disabling specific JITs via CMake Arguments #134

PhilippvK opened this issue Mar 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@PhilippvK
Copy link
Member

Last time I've tried building ETISS on MacOS, I had to manually comment out

ADD_SUBDIRECTORY(TCC)
to fix build errors with TinyCC.

This might be related to my System (since CI build seems to work fine), however the proposed feature is still useful for other use-cases, i.e. to strip down compile times and file sizes.

I would just add IF(${ENABLE_TCCJIT}}, IF(${ENABLE_GCCJIT}}, IF(${ENABLE_LLVMJIT}} to that file since the JIT's are hardcoded anyways in https://github.com/tum-ei-eda/etiss/blob/master/JITImpl/CMakeLists.txt.

Alternative argument naming would be ENABLE_JIT_TCC etc., let me know what you would prefer.

@PhilippvK PhilippvK added the enhancement New feature or request label Mar 2, 2023
@PhilippvK PhilippvK added this to the Release v0.10 milestone Mar 2, 2023
@PhilippvK PhilippvK self-assigned this Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant