Files
Brent Royal-Gordon 121fa9a058 Ignore transitive ObjC imports when cross-importing
This behavior change reduces the chance of unexpected and unwanted cross-imports being performed.

Fixes rdar://problem/60554019.
2020-04-05 19:06:59 -07:00

15 lines
238 B
Plaintext

module ClangLibrary {
header "clang_library.h"
module Submodule {
header "clang_library_submodule.h"
}
}
module core_mi6 {
header "core_mi6.h"
export *
}
module UniversalExports {
header "universal_exports.h"
export *
}