comparison clang/test/Modules/Inputs/missing-header-local-visibility/module.modulemap @ 173:0572611fdcc8 llvm10 llvm12

reorgnization done
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 11:55:54 +0900
parents
children
comparison
equal deleted inserted replaced
172:9fbae9c8bf63 173:0572611fdcc8
1 module M {
2 module A { header "a.h" export * }
3 module B { header "b.h" export * }
4 module X { header "x.h" header "missing.h" export * }
5 module All { header "all.h" export * }
6 }