Skip to content

Commit

Permalink
[stdlib] Move protocol conformance checking and caching into its own …
Browse files Browse the repository at this point in the history
…file.
  • Loading branch information
Greg Parker committed Jan 9, 2016
1 parent 675ca03 commit 8ee8adb
Show file tree
Hide file tree
Showing 3 changed files with 598 additions and 567 deletions.
1 change: 1 addition & 0 deletions stdlib/public/runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ add_swift_library(swiftRuntime IS_STDLIB IS_STDLIB_CORE
KnownMetadata.cpp
Metadata.cpp
Once.cpp
ProtocolConformance.cpp
Reflection.cpp
SwiftObject.cpp
${swift_runtime_objc_sources}
Expand Down
Loading

0 comments on commit 8ee8adb

Please sign in to comment.