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

Tests not passing on default linux distro due to CC not being clang. #630

Open
lkorenc opened this issue Jun 24, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working test

Comments

@lkorenc
Copy link
Collaborator

lkorenc commented Jun 24, 2024

VAST version

master

LLVM version

18

Operating system

Agnostic

Description

If CC is not set to clang some ABI-specific tests will fail (as they compile to .ll). Replace %cc in those tests with newly introduced %clang (if somebody is running tests they are already linking to clang so they should have the binary with compatible version - or add some config option).

Steps to Reproduce

Set CC to gcc, run tests.

@lkorenc lkorenc added the bug Something isn't working label Jun 24, 2024
@lkorenc lkorenc self-assigned this Jun 24, 2024
@lkorenc lkorenc added the test label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test
Projects
None yet
Development

No branches or pull requests

1 participant