[libc-commits] [PATCH] D158213: [libc] Do not run tests on vendor implemented math

Jon Chesterfield via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Aug 17 13:46:57 PDT 2023


JonChesterfield accepted this revision.
JonChesterfield added a comment.
This revision is now accepted and ready to land.

We might want this under user control. I can see use cases for running our math tests against vendor libs (checking the vendor lib, that we're compiling the libs correctly, checking our tests don't reflect errors in our implementation).

However I'm delighted to be able to run the tests without rocm available once more, thank you for unblocking that use case.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158213/new/

https://reviews.llvm.org/D158213



More information about the libc-commits mailing list