
This fixes lookup mismatches that could happen when the module cache path contained a '/./' component. <rdar://problem/30413458> Differential Revision: https://reviews.llvm.org/D30915 llvm-svn: 297790
20 lines
210 B
Plaintext
20 lines
210 B
Plaintext
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"
|
|
}
|