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

Wrong cling binary location in test/lit.cfg when using external LLVM #435

Open
Apteryks opened this issue Sep 8, 2021 · 0 comments
Open
Labels

Comments

@Apteryks
Copy link

Apteryks commented Sep 8, 2021

Describe the bug

Attempting to run the test suite of Cling with the Lit tool, the cling path used was wrong. This is because it is formed using config.llvm_tools_dir in test/lit.cfg. It should rather use config.cling_obj_root + '/bin/ ....

Expected behavior

The cling binary should be correctly resolved during tests.

To Reproduce

Build cling using external LLVM & Clang libraries. Run the test suite.

Setup

  1. Cling version: 0.9
  2. Operating system: Guix System
  3. How you obtained Cling: from sources
@Apteryks Apteryks added the bug label Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant