Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / builtin-headers / system-modules.modulemap
blob0161ff80fe6189af439528cf3e24a142543eccfe
1 module cstd [system] [no_undeclared_includes] {
2   module complex {
3     header "complex.h"
4     export *
5   }
7   module float {
8     header "float.h"
9     export *
10   }
12   module inttypes {
13     header "inttypes.h"
14     export *
15   }
17   module iso646 {
18     header "iso646.h"
19     export *
20   }
22   module limits {
23     header "limits.h"
24     export *
25   }
27   module math {
28     header "math.h"
29     export *
30   }
32   module stdalign {
33     header "stdalign.h"
34     export *
35   }
37   module stdarg {
38     header "stdarg.h"
39     export *
40   }
42   module stdatomic {
43     header "stdatomic.h"
44     export *
45   }
47   module stdbool {
48     header "stdbool.h"
49     export *
50   }
52   module stddef {
53     header "stddef.h"
54     export *
55   }
57   module stdint {
58     header "stdint.h"
59     export *
60   }
62   module tgmath {
63     header "tgmath.h"
64     export *
65   }
67   module unwind {
68     header "unwind.h"
69     export *
70   }