cmake: enable SwiftCompilerSources on Windows

This commit is contained in:
eeckstein
2024-04-24 04:12:31 -07:00
committed by Erik Eckstein
parent 77f53a5e50
commit e9d6ba9154
13 changed files with 55 additions and 3 deletions

View File

@@ -4,6 +4,9 @@
// REQUIRES: swift_in_compiler
// REQUIRES: CODEGENERATOR=ARM
// https://github.com/apple/swift/issues/73249
// UNSUPPORTED: OS=windows-msvc
public func bool() -> Bool {
return true
}