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
I think we should be testing all different combinations of options, e.g. <all -rtlib options> x <all -stdlib options> x ...
For example, on Gentoo -rtlib=libgcc -fsanitize=address works fine but -rtlib=compiler-rt -fsanitize=address fails due to missing unwinder linking.
I suppose we could solve this by adding tests inline but I think there is some way to parametrize tests in lit, i.e. use one test case with multiple variants of substitution.
The text was updated successfully, but these errors were encountered:
I think we should be testing all different combinations of options, e.g. <all -rtlib options> x <all -stdlib options> x ...
For example, on Gentoo
-rtlib=libgcc -fsanitize=address
works fine but-rtlib=compiler-rt -fsanitize=address
fails due to missing unwinder linking.I suppose we could solve this by adding tests inline but I think there is some way to parametrize tests in lit, i.e. use one test case with multiple variants of substitution.
The text was updated successfully, but these errors were encountered: