Skip to content

Commit

Permalink
Move FoundationHelpers.mm to SwiftStubs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jckarter committed Nov 13, 2015
1 parent 7658ec9 commit 8732589
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion stdlib/public/runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ set(swift_runtime_link_libraries)
if(SWIFT_HOST_VARIANT MATCHES "${SWIFT_DARWIN_VARIANTS}")
set(swift_runtime_objc_sources
ErrorObject.mm
FoundationHelpers.mm
SwiftObject.mm
SwiftNativeNSXXXBase.mm.gyb
Remangle.cpp
Expand Down
3 changes: 2 additions & 1 deletion stdlib/public/stubs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ set(swift_stubs_objc_sources)

if(SWIFT_HOST_VARIANT MATCHES "${SWIFT_DARWIN_VARIANTS}")
set(swift_stubs_objc_sources
Availability.mm)
Availability.mm
FoundationHelpers.mm)
endif()

add_swift_library(swiftStdlibStubs IS_STDLIB IS_STDLIB_CORE
Expand Down
File renamed without changes.

0 comments on commit 8732589

Please sign in to comment.