Skip to content

Commit 69e7fed

Browse files
committed
[Distributed] comment out distributed_actor_remoteCall for now
1 parent 376733a commit 69e7fed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/IRGen/GenDistributed.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ void DistributedAccessor::computeArguments(llvm::Value *argumentBuffer,
209209
Address(currentOffset, IGM.getPointerAlignment()),
210210
IGM.getStoragePointerType(paramTy));
211211

212-
// 3. Adjust typed pointer to the alignement of the type.
212+
// 3. Adjust typed pointer to the alignment of the type.
213213
auto alignedOffset = typeInfo.roundUpToTypeAlignment(IGF, eltPtr, paramTy);
214214

215215
if (paramTy.isObject()) {

lib/IRGen/IRGenModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ class IRGenerator {
401401
/// Emit type metadata records for types without explicit protocol conformance.
402402
void emitTypeMetadataRecords();
403403

404-
/// Emit type metadata recrods for functions that can be looked up by name at
404+
/// Emit type metadata records for functions that can be looked up by name at
405405
/// runtime.
406406
void emitAccessibleFunctions();
407407

test/Distributed/Runtime/distributed_actor_remoteCall.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// XXX: %target-swift-frontend -primary-file %s -emit-sil -parse-as-library -enable-experimental-distributed -disable-availability-checking | %FileCheck %s --enable-var-scope --dump-input=always
2-
// RUN: %target-run-simple-swift( -Xfrontend -module-name=main -Xfrontend -disable-availability-checking -Xfrontend -enable-experimental-distributed -parse-as-library) | %FileCheck %s --dump-input=always
2+
// TODO: %target-run-simple-swift( -Xfrontend -module-name=main -Xfrontend -disable-availability-checking -Xfrontend -enable-experimental-distributed -parse-as-library) | %FileCheck %s --dump-input=always
33

44
// REQUIRES: executable_test
55
// REQUIRES: concurrency

0 commit comments

Comments
 (0)