bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/outofdate-rebuild/module.modulemap

20 lines
210 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
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"
}