[all-commits] [llvm/llvm-project] 746e72: [libc] Fix floating point test failing to build on...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jun 12 13:06:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 746e72910fce9ea8feeaa94907089fcb39c5cc49
https://github.com/llvm/llvm-project/commit/746e72910fce9ea8feeaa94907089fcb39c5cc49
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-06-12 (Mon, 12 Jun 2023)
Changed paths:
M libc/test/src/__support/FPUtil/CMakeLists.txt
Log Message:
-----------
[libc] Fix floating point test failing to build on the GPU
A patch enabled this test which uses that `add_fp_unittest`.
Unfortunately we do not support these on the GPU because it attempts to
link in the floating point utils which are not built supporting
hermetic tests. This was attempted to be fixed in D151123 but that had
to be reverted. For now disable these so the tests pass.
Reviewed By: tra
Differential Revision: https://reviews.llvm.org/D152742
More information about the All-commits
mailing list