Skip to content

Conversation

dcci
Copy link
Member

@dcci dcci commented Jan 10, 2019

rdar://problem/46686369

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

@dcci dcci requested a review from adrian-prantl January 10, 2019 23:37
@dcci
Copy link
Member Author

dcci commented Jan 10, 2019

@swift-ci please test

@@ -1487,6 +1487,8 @@ void SILGenModule::visitTopLevelCodeDecl(TopLevelCodeDecl *td) {

TopLevelSGF->emitProfilerIncrement(td->getBody());

DebugScope mypatatino(*TopLevelSGF, CleanupLocation(td));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, let me rename this.

@dcci
Copy link
Member Author

dcci commented Jan 10, 2019

@swift-ci please test

1 similar comment
@dcci
Copy link
Member Author

dcci commented Jan 10, 2019

@swift-ci please test

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - abb1bb3

@swift-ci
Copy link
Contributor

Build failed
Swift Test OS X Platform
Git Sha - abb1bb3

@@ -7,7 +7,7 @@ for i in 0 ..< 3 {
}

for i in 0 ..< 3 {
// CHECK-DAG: ![[SCOPE2:[0-9]+]] = {{.*}}Block(scope: ![[MAIN]],{{.*}}line: [[@LINE-1]]
// CHECK-DAG: ![[SCOPE2:[0-9]+]] = {{.*}}Block(scope: ![[MAIN2:[0-9]+]],{{.*}}line: [[@LINE-1]]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.. why aren't they in the same parent scope DS?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We resolved this offline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants