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
Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[llvm-project.git]
/
libc
/
test
/
src
/
errno
/
CMakeLists.txt
blob
b73962fb4de4df6fe30ffba73593ffac38fdea85
1
if(NOT LLVM_LIBC_FULL_BUILD OR LIBC_TARGET_OS_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
)