Skip to content

Commit eeb1a61

Browse files
---
yaml --- r: 348731 b: refs/heads/master c: 2b790a9 h: refs/heads/master i: 348729: 887161d 348727: 271e0a4
1 parent 628a237 commit eeb1a61

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 6a23ed54384ba8249a352094858ad5bcef490e00
2+
refs/heads/master: 2b790a96377c496e31ffa51b914d2df6d1fe7584
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/lib/AST/ASTMangler.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,6 +1491,10 @@ void ASTMangler::appendImplFunctionType(SILFunctionType *fn) {
14911491
Optional<ASTMangler::SpecialContext>
14921492
ASTMangler::getSpecialManglingContext(const ValueDecl *decl,
14931493
bool useObjCProtocolNames) {
1494+
#if SWIFT_BUILD_ONLY_SYNTAXPARSERLIB
1495+
return None; // not needed for the parser library.
1496+
#endif
1497+
14941498
// Declarations provided by a C module have a special context mangling.
14951499
// known-context ::= 'So'
14961500
//

0 commit comments

Comments
 (0)