Skip to content

Conversation

@egorzhdan
Copy link

class GVNPass has a private member ValueTable VN, where ValueTable uses a forward-declared type Expression, which is declared in a .cpp file. This is currently causing issues since Swift started importing private fields of C++ types.

PR for main: #10073

rdar://145070564

`class GVNPass` has a private member `ValueTable VN`, where `ValueTable` uses a forward-declared type `Expression`, which is declared in a .cpp file. This is currently causing issues since Swift started importing private fields of C++ types.

rdar://145070564
@egorzhdan egorzhdan requested a review from a team as a code owner February 20, 2025 17:40
@egorzhdan
Copy link
Author

@swift-ci please test

@egorzhdan egorzhdan requested review from Bigcheese and j-hui February 20, 2025 17:42
@egorzhdan egorzhdan merged commit 7512767 into stable/20240723 Feb 21, 2025
2 of 3 checks passed
@egorzhdan egorzhdan deleted the egorzhdan/20240723-workaround-gvn branch February 21, 2025 12:37
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