[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / libc / test / src / compiler / CMakeLists.txt
bloba45fa8c55e512858f4eda8b7788e37d93b42031e
1 add_custom_target(libc_stack_chk_guard_unittests)
3 add_libc_unittest(
4   stack_chk_guard_test
5   SUITE
6     libc_stack_chk_guard_unittests
7   SRCS
8     stack_chk_guard_test.cpp
9   DEPENDS
10     libc.hdr.signal_macros
11     libc.src.__support.macros.sanitizer
12     libc.src.compiler.__stack_chk_fail
13     libc.src.string.memset
14   COMPILE_OPTIONS
15     -fstack-protector-all
16   )