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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
libc
/
test
/
src
/
setjmp
/
CMakeLists.txt
blob
f637842c034257dabe8c1e31ed6ff16e179276eb
1
add_custom_target(libc_setjmp_unittests)
2
3
# Skip setjmp tests under sanitizers
4
if(LLVM_USE_SANITIZER)
5
return()
6
endif()
7
8
add_libc_unittest(
9
setjmp_test
10
SUITE
11
libc_setjmp_unittests
12
SRCS
13
setjmp_test.cpp
14
DEPENDS
15
libc.include.setjmp
16
libc.src.setjmp.longjmp
17
libc.src.setjmp.setjmp
18
)