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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
builtin-headers
/
builtin-modules.modulemap
blob
0fbb454dbb0223dccc6a3c253695aefe5a22c570
1
module c_complex [system] {
2
header "complex.h"
3
export *
4
}
5
6
module c_float [system] {
7
header "float.h"
8
export *
9
}
10
11
module c_inttypes [system] {
12
header "inttypes.h"
13
export *
14
}
15
16
module c_limits [system] {
17
header "limits.h"
18
export *
19
}
20
21
module c_math [system] {
22
header "math.h"
23
export *
24
}
25
26
module c_stdint [system] {
27
header "stdint.h"
28
export *
29
}