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
/
utils
/
testutils
/
CMakeLists.txt
blob
616a01f44de2a85b49fd6dcdf3e3cf938a406429
1
if(CMAKE_HOST_UNIX)
2
set(EFFile ExecuteFunctionUnix.cpp)
3
set(FDReaderFile FDReaderUnix.cpp)
4
endif()
5
6
add_library(
7
libc_test_utils
8
RandUtils.cpp
9
RandUtils.h
10
StreamWrapper.cpp
11
StreamWrapper.h
12
${EFFile}
13
ExecuteFunction.h
14
${FDReaderFile}
15
FDReader.h
16
Timer.h
17
Timer.cpp
18
RoundingModeUtils.cpp
19
)