summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/outofdate-rebuild/module.modulemap
blob: 71c99e81966e651a36d8e779bd1a00060381229b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module Cocoa {
  header "Cocoa.h"
}

module AppKit {
  header "AppKit.h"
}

module CoreText {
  header "CoreText.h"
}

module Foundation {
  header "Foundation.h"
}

module CoreVideo {
  header "CoreVideo.h"
}
OpenPOWER on IntegriCloud