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
[MLIR][TOSA] Update CustomOp input and output names (#118408)
[llvm-project.git]
/
libc
/
src
/
__support
/
macros
/
properties
/
CMakeLists.txt
blob
80ed63a2fbcf7090bc0796874a3b02081a6ba5ae
1
add_header_library(
2
architectures
3
HDRS
4
architectures.h
5
)
6
7
add_header_library(
8
compiler
9
HDRS
10
compiler.h
11
)
12
13
add_header_library(
14
os
15
HDRS
16
os.h
17
)
18
19
add_header_library(
20
cpu_features
21
HDRS
22
cpu_features.h
23
DEPENDS
24
.architectures
25
)
26
27
add_header_library(
28
types
29
HDRS
30
types.h
31
DEPENDS
32
.architectures
33
.compiler
34
.cpu_features
35
.os
36
libc.hdr.float_macros
37
libc.include.llvm-libc-macros.float16_macros
38
libc.include.llvm-libc-types.float128
39
)
40
41
add_header_library(
42
complex_types
43
HDRS
44
complex_types.h
45
DEPENDS
46
.types
47
libc.include.llvm-libc-types.cfloat16
48
libc.include.llvm-libc-types.cfloat128
49
)