This adds dependencies on the corresponding sqrt function to each
generic sqrt test. This is so that on platforms that don't support the
math functions, the tests are not run.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
IMHO, this is not correct - you are introducing an artificial dependency and your expectation will break in future when sqrt functions are actually available say via inline assembly. You should rather just disable these tests for targets they are not ready for.