Files
clang-p2996/clang/test/Modules/Inputs/NoUmbrella.framework/module.map
Douglas Gregor 5952766628 Introduce the notion of excluded headers into the module map
description. Previously, one could emulate this behavior by placing
the header in an always-unavailable submodule, but Argyrios guilted me
into expressing this idea properly.

llvm-svn: 165921
2012-10-15 06:28:11 +00:00

7 lines
104 B
Plaintext

framework module NoUmbrella [system] {
umbrella "Headers"
module * { }
exclude header "Boom.h"
}