Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / outofdate-rebuild / module.modulemap
blob71c99e81966e651a36d8e779bd1a00060381229b
1 module Cocoa {
2   header "Cocoa.h"
5 module AppKit {
6   header "AppKit.h"
9 module CoreText {
10   header "CoreText.h"
13 module Foundation {
14   header "Foundation.h"
17 module CoreVideo {
18   header "CoreVideo.h"