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

Add ability to test the translator without clang #477

Open
AlexeySachkov opened this issue Mar 31, 2020 · 0 comments
Open

Add ability to test the translator without clang #477

AlexeySachkov opened this issue Mar 31, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@AlexeySachkov
Copy link
Contributor

Right now we are using clang via:

llvm_config.use_clang()

It emits error if clang wasn't found. However, it has an optional argument required, which can be set to False.

I have WIP branch, which switches this flags and adds REQUIRED directives to corresponding .cl tests here, but local testing shows, that required=False is not really supported: use_clang crashes somewhere withing it with exception

@AlexeySachkov AlexeySachkov added the enhancement New feature or request label Mar 31, 2020
@AlexeySachkov AlexeySachkov self-assigned this Mar 31, 2020
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