
This is a followup to regression introduced in r284284. This should fix our libstdc++ modules builds. https://reviews.llvm.org/D25678 Reviewed by Richard Smith! llvm-svn: 284577
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
module a { header "a.h" export * }
|
|
module b {
|
|
module b1 { header "b1.h" export * }
|
|
module b2 { header "b2.h" export * }
|
|
}
|