Fixed missing checkins.
llvm-svn: 229699
This commit is contained in:
parent
938d957d2e
commit
41ede8e507
@ -0,0 +1,9 @@
|
||||
// NoProblems.modulemap
|
||||
module SomeTypes {
|
||||
header "SomeTypes.h"
|
||||
export *
|
||||
}
|
||||
module SomeDecls {
|
||||
header "SomeDecls.h"
|
||||
export *
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
// ProblemsDuplicate.modulemap
|
||||
module DuplicateHeader1 {
|
||||
header "DuplicateHeader1.h"
|
||||
export *
|
||||
}
|
||||
module DuplicateHeader2 {
|
||||
header "DuplicateHeader2.h"
|
||||
export *
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user