mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Distributed] Handle mangling thunks in extensions with generic AS and $Stubs (#71914)
This commit is contained in:
committed by
GitHub
parent
92f3b0f2c4
commit
c56a1e8be7
@@ -11,13 +11,15 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "swift/SIL/SILFunctionBuilder.h"
|
||||
#include "swift/AST/ASTMangler.h"
|
||||
#include "swift/AST/AttrKind.h"
|
||||
#include "swift/AST/Availability.h"
|
||||
#include "swift/AST/Decl.h"
|
||||
#include "swift/AST/DiagnosticsParse.h"
|
||||
#include "swift/AST/DistributedDecl.h"
|
||||
#include "swift/AST/Decl.h"
|
||||
#include "swift/AST/ParameterList.h"
|
||||
#include "swift/AST/SemanticAttrs.h"
|
||||
#include "clang/AST/Mangle.h"
|
||||
|
||||
using namespace swift;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user