aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/module.map
blob: aefaf9d73a16e4888261f24e5b1a00fe9d315d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module diamond_top { umbrella "diamond_top.h" }
module diamond_left { umbrella "diamond_left.h" }
module diamond_right { umbrella "diamond_right.h" }
module diamond_bottom { umbrella "diamond_bottom.h" }
module irgen { umbrella "irgen.h" }
module lookup_left_objc { umbrella "lookup_left.h" }
module lookup_right_objc { umbrella "lookup_right.h" }
module lookup_left_cxx { umbrella "lookup_left.hpp" }
module lookup_right_cxx { umbrella "lookup_right.hpp" }
module module_private_left { umbrella "module_private_left.h" }
module module_private_right { umbrella "module_private_right.h" }
module macros { umbrella "macros.h" }
module category_top { umbrella "category_top.h" }
module category_left { umbrella "category_left.h" }
module category_right { umbrella "category_right.h" }
module category_bottom { umbrella "category_bottom.h" }
module redeclarations_left { umbrella "redeclarations_left.h" }
module redeclarations_right { umbrella "redeclarations_right.h" }
module load_failure { umbrella "load_failure.h" }