forked from OSchip/llvm-project
20 lines
980 B
Plaintext
20 lines
980 B
Plaintext
module diamond_top { header "diamond_top.h" }
|
|
module diamond_left { header "diamond_left.h" }
|
|
module diamond_right { header "diamond_right.h" }
|
|
module diamond_bottom { header "diamond_bottom.h" }
|
|
module irgen { header "irgen.h" }
|
|
module lookup_left_objc { header "lookup_left.h" }
|
|
module lookup_right_objc { header "lookup_right.h" }
|
|
module lookup_left_cxx { header "lookup_left.hpp" }
|
|
module lookup_right_cxx { header "lookup_right.hpp" }
|
|
module module_private_left { header "module_private_left.h" }
|
|
module module_private_right { header "module_private_right.h" }
|
|
module macros { header "macros.h" }
|
|
module category_top { header "category_top.h" }
|
|
module category_left { header "category_left.h" }
|
|
module category_right { header "category_right.h" }
|
|
module category_bottom { header "category_bottom.h" }
|
|
module redeclarations_left { header "redeclarations_left.h" }
|
|
module redeclarations_right { header "redeclarations_right.h" }
|
|
module load_failure { header "load_failure.h" }
|