I have a test that will only fail if I run clang and not if I run llc by itself but it's an llc issue.
Where would I put such a test?
Are there similar tests in the "make check" or "make check-all" suite?
Tia.
Reed
I have a test that will only fail if I run clang and not if I run llc by itself but it's an llc issue.
Where would I put such a test?
Are there similar tests in the "make check" or "make check-all" suite?
Tia.
Reed
No
Need more information. What's going on here?
-eric
I have a test that will only fail if I run clang and not if I run llc by
itself but it's an llc issue.Where would I put such a test?
Are there similar tests in the "make check" or "make check-all" suite?
Can you explain the root cause? Is it just a matter of needing to pass some
particular arguments to llc to get the specific behavior Clang is relying
on?
- David