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
7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
framework module NoUmbrella [system] {
|
|
umbrella "Headers"
|
|
module * { }
|
|
|
|
exclude header "Boom.h"
|
|
}
|