Skip to content

Commit c80fc84

Browse files
Merge remote-tracking branch 'apple/main' into katei/merge-main-2020-10-20
2 parents acebbdc + c4e5233 commit c80fc84

File tree

76 files changed

+5143
-817
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+5143
-817
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ function(add_swift_host_library name)
473473
INSTALL_NAME_DIR "@rpath")
474474
elseif(SWIFT_HOST_VARIANT_SDK STREQUAL LINUX)
475475
set_target_properties(${name} PROPERTIES
476-
INSTALL_RPATH "$ORIGIN:/usr/lib/swift/linux")
476+
INSTALL_RPATH "$ORIGIN")
477477
elseif(SWIFT_HOST_VARIANT_SDK STREQUAL CYGWIN)
478478
set_target_properties(${name} PROPERTIES
479479
INSTALL_RPATH "$ORIGIN:/usr/lib/swift/cygwin")

docs/CppInteroperabilityManifesto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3197,7 +3197,7 @@ UTF-8 data.
31973197
class Employee {
31983198
public:
31993199
std::string DebugDescription() const;
3200-
[[swift::import_as_std_string]] std::string SeriaziledAsProtobuf() const;
3200+
[[swift::import_as_std_string]] std::string SerializedAsProtobuf() const;
32013201
};
32023202
```
32033203

0 commit comments

Comments
 (0)