Skip to content

Finalize Swift debug info before running Clang codegen, because it ma… #74349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

adrian-prantl
Copy link
Contributor

…y delete

the llvm module.

rdar://128309024

@adrian-prantl
Copy link
Contributor Author

@swift-ci test

// CHECK: !DICompileUnit(language: DW_LANG_{{ObjC|C99|C11}},
// CHECK-SAME: splitDebugFilename: "{{.*}}.pch"
// CHECK-SAME: dwoId:
// CHECK: !DICompileUnit(language: DW_LANG_{{ObjC|C99|C11}}{{.*}}splitDebugFilename: "{{.*}}.pch",{{.*}}dwoId:
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did you change these two tests to not use CHECK-SAME?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There's another unrelated DICOmpileUnit in-between and the order between that and the one we're checking for has changed.

@adrian-prantl adrian-prantl merged commit fb307ff into swiftlang:main Jun 13, 2024
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