Skip to content

refactor(ModuleLifter): update liftModule signature - #677

Merged
badermarouan merged 7 commits into
mainfrom
feature/change-modulelifter-to-create-an-astmoduledecl-containing-functiondecls-instead-of-gilmodule-and-gilfunction
Oct 24, 2025
Merged

refactor(ModuleLifter): update liftModule signature#677
badermarouan merged 7 commits into
mainfrom
feature/change-modulelifter-to-create-an-astmoduledecl-containing-functiondecls-instead-of-gilmodule-and-gilfunction

Conversation

@badermarouan

Copy link
Copy Markdown
Contributor

Fix #669

@Snowy1803 Snowy1803 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

You need to add any StructDecl or EnumDecl created within the (DI)TypeLifter to the ModuleDecl as well

@badermarouan
badermarouan force-pushed the feature/change-modulelifter-to-create-an-astmoduledecl-containing-functiondecls-instead-of-gilmodule-and-gilfunction branch from 4ef71b3 to 39625b3 Compare October 24, 2025 13:03
Comment thread lib/IRDec/ModuleLifter.cpp Outdated

@Snowy1803 Snowy1803 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Lgtm

@badermarouan
badermarouan added this pull request to the merge queue Oct 24, 2025
Merged via the queue into main with commit 1918cd9 Oct 24, 2025
4 checks passed
@badermarouan
badermarouan deleted the feature/change-modulelifter-to-create-an-astmoduledecl-containing-functiondecls-instead-of-gilmodule-and-gilfunction branch October 24, 2025 13:38
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.

Change ModuleLifter to create an art::ModuleDecl containing FunctionDecls instead of gil::Module and gil::Function

2 participants