File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 6a23ed54384ba8249a352094858ad5bcef490e00
2
+ refs/heads/master: 2b790a96377c496e31ffa51b914d2df6d1fe7584
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -1491,6 +1491,10 @@ void ASTMangler::appendImplFunctionType(SILFunctionType *fn) {
1491
1491
Optional<ASTMangler::SpecialContext>
1492
1492
ASTMangler::getSpecialManglingContext (const ValueDecl *decl,
1493
1493
bool useObjCProtocolNames) {
1494
+ #if SWIFT_BUILD_ONLY_SYNTAXPARSERLIB
1495
+ return None; // not needed for the parser library.
1496
+ #endif
1497
+
1494
1498
// Declarations provided by a C module have a special context mangling.
1495
1499
// known-context ::= 'So'
1496
1500
//
You can’t perform that action at this time.
0 commit comments