repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git]
/
libc
/
test
/
src
/
compiler
/
CMakeLists.txt
blob
a45fa8c55e512858f4eda8b7788e37d93b42031e
1
add_custom_target(libc_stack_chk_guard_unittests)
2
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
)