Skip to content

Commit

Permalink
Small fixes per Jordan's review
Browse files Browse the repository at this point in the history
Swift SVN r29396
  • Loading branch information
DougGregor committed Jun 16, 2015
1 parent 57ee3c6 commit ffe4de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/modules/AddSwift.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ function(add_swift_library name)

# All Swift code depends on the standard library, except for the standard
# library itself.
if(SWIFTLIB_TARGET_LIBRARY AND NOT SWIFTLIB_IS_STDLIB_CORE)
if(SWIFTLIB_TARGET_LIBRARY AND NOT SWIFTLIB_IS_STDLIB_CORE)
list(APPEND SWIFTLIB_SWIFT_MODULE_DEPENDS Core)
endif()

Expand Down
2 changes: 1 addition & 1 deletion include/swift/AST/IRGenOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class IRGenOptions {
SmallVector<StringRef, 1> VerifyTypeLayoutNames;

/// Frameworks that we should not autolink against.
SmallVector<std::string, 4> DisableAutolinkFrameworks;
SmallVector<std::string, 1> DisableAutolinkFrameworks;

/// Instrument code to generate profiling information.
unsigned GenerateProfile : 1;
Expand Down

0 comments on commit ffe4de6

Please sign in to comment.