Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libc / test / src / string / memory_utils / CMakeLists.txt
blob567f85e37bfab49c044005ed8be5c627b768583e
1 # This test currently uses too much memory to be made hermetic.
2 add_libc_test(
3   utils_test
4   SUITE
5     libc-string-tests
6   SRCS
7     op_tests.cpp
8     utils_test.cpp
9   COMPILE_OPTIONS
10     ${LIBC_COMPILE_OPTIONS_NATIVE}
11   DEPENDS
12     libc.src.__support.CPP.array
13     libc.src.__support.CPP.cstddef
14     libc.src.__support.CPP.span
15     libc.src.__support.macros.sanitizer
16     libc.src.string.memory_utils.memory_utils
17   UNIT_TEST_ONLY