Runtimes: add _Builtin_float to the overlay

This adds the missing `_Builtin_float` module to the overlay project.
This module is applicable to all platforms.
This commit is contained in:
Saleem Abdulrasool
2025-03-20 22:05:10 -07:00
parent deb1d9696d
commit 372923df48
3 changed files with 26 additions and 0 deletions

View File

@@ -98,6 +98,12 @@ copy_files("" "Core" FILES "Info.plist.in")
# Platform Overlays
# Copy magic linker symbols
copy_library_sources("linker-support" "" "Overlay")
message(STATUS "Clang[${StdlibSources}/public/ClangOverlays] -> ${CMAKE_CURRENT_LIST_DIR}/Overlay/clang")
copy_files(public/ClangOverlays Overlay/clang FILES float.swift.gyb)
# Windows Overlay
message(STATUS "WinSDK[${StdlibSources}/public/Windows] -> ${CMAKE_CURRENT_LIST_DIR}/Overlay/Windows/WinSDK")
copy_files(public/Windows Overlay/Windows/WinSDK FILES WinSDK.swift)