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 "[GVN] MemorySSA for GVN: add optional `AllowMemorySSA`"
[llvm-project.git]
/
libc
/
test
/
src
/
sys
/
utsname
/
CMakeLists.txt
blob
3640fc3bc5e25116c4162386d78f81bdbe255982
1
add_custom_target(libc_sys_utsname_unittests)
2
3
add_libc_unittest(
4
uname_test
5
SUITE
6
libc_sys_utsname_unittests
7
SRCS
8
uname_test.cpp
9
DEPENDS
10
libc.include.sys_utsname
11
libc.src.errno.errno
12
libc.src.__support.common
13
libc.src.sys.utsname.uname
14
libc.test.UnitTest.ErrnoSetterMatcher
15
)