You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
VAST version
master
LLVM version
18
Operating system
Agnostic
Description
If
CC
is not set toclang
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 toclang
so they should have the binary with compatible version - or add some config option).Steps to Reproduce
Set
CC
togcc
, run tests.The text was updated successfully, but these errors were encountered: