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
/
errno
/
CMakeLists.txt
blob
633d46a1f5f8817697c6849d19fba34a1595a71b
1
if(NOT LLVM_LIBC_FULL_BUILD OR LIBC_TARGET_ARCHITECTURE_IS_GPU)
2
return()
3
endif()
4
5
add_custom_target(libc_errno_unittests)
6
7
add_libc_unittest(
8
errno_test
9
SUITE
10
libc_errno_unittests
11
SRCS
12
errno_test.cpp
13
DEPENDS
14
libc.src.errno.errno
15
)