blob: 94a9a1150278318ab1d47e3867405624f19d9c71 [file] [edit]
// FIXME (rdar://173516139): When you add a header to WTF, touch this line to invalidate the module cache. Touch count: 9.
module wtf [system] {
explicit module Assertions {
header "Assertions.h"
export *
}
explicit module Compiler {
header "Compiler.h"
export *
}
explicit module ExportMacros {
header "ExportMacros.h"
export *
}
explicit module SwiftBridging {
header "SwiftBridging.h"
export *
}
explicit module WebCoreThread {
header "ios/WebCoreThread.h"
export *
}
explicit module Platform {
header "Platform.h"
private textual header "PlatformCallingConventions.h"
private textual header "PlatformCPU.h"
private textual header "PlatformEnable.h"
private textual header "PlatformEnableCocoa.h"
private textual header "PlatformHave.h"
private textual header "PlatformLegacy.h"
private textual header "PlatformOS.h"
private textual header "PlatformUse.h"
export *
}
explicit module SPI {
umbrella "spi"
explicit module * {
export *
}
export *
}
explicit module Core {
umbrella "."
requires cplusplus
explicit module * {
export *
}
export *
}
export *
}