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.

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 review from Bigcheese and j-hui February 20, 2025 17:31
@egorzhdan
Copy link
Author

@swift-ci please test LLVM

@egorzhdan
Copy link
Author

The test failures are unrelated, I'm merging this.

@egorzhdan egorzhdan merged commit 767228c into next Feb 21, 2025
0 of 2 checks passed
@egorzhdan egorzhdan deleted the egorzhdan/workaround-gvn branch February 21, 2025 12:36
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