Revert "[InstCombine] Support gep nuw in icmp folds" (#118698)
[llvm-project.git] / libc / test / utils / UnitTest / CMakeLists.txt
blobd3af8245515b9c64d557fe002561722b6d63c7b7
1 if(LIBC_TARGET_OS_IS_GPU)
2   return()
3 endif()
5 add_custom_target(libc_unittest_tests)
7 add_libc_unittest(
8   testfilter_test
9   SUITE
10     libc_unittest_tests
11   SRCS
12     testfilter_test.cpp
13   DEPENDS
14     # TODO(michaelrj): Remove this dependancy. It's only here because all unit
15     # tests must have at least one dependancy.
16     libc.src.__support.CPP.bit