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
[flang] Accept polymorphic component element in storage_size
[llvm-project.git]
/
libc
/
test
/
src
/
errno
/
CMakeLists.txt
blob
70520735b9d6f9a8323c931a87a30b230227c575
1
if(NOT LLVM_LIBC_FULL_BUILD)
2
return()
3
endif()
4
5
add_libc_testsuite(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
)