[all-commits] [llvm/llvm-project] cebe4d: [libc] Fix test failing on GPU using deprecated 'a...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Jan 19 08:38:56 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cebe4de66fb7effa9f8a521c2b9ed2c2b890e5b9
https://github.com/llvm/llvm-project/commit/cebe4de66fb7effa9f8a521c2b9ed2c2b890e5b9
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M libc/test/include/CMakeLists.txt
Log Message:
-----------
[libc] Fix test failing on GPU using deprecated 'add_unittest'
Summary:
We use `add_libc_test' now because it works for both hermetic and unit
tests. If the test needs to be unit test only you use `UNIT_TEST_ONLY`
as an argument.
More information about the All-commits
mailing list