Skip to content
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

[CIR][CodeGen] Reflow global generation to match clang CodeGen #860

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

lanza
Copy link
Member

@lanza lanza commented Sep 19, 2024

We shortcut global inits earlier in the life of ClangIR. We'll have to
tear back some "support" temporarily to thread it through correctly.
buildCXXGlobalVarDeclInitFunc was shortcut to skip lots of logic and
just jump to the function that actually generates the globals. Remove
that logic for now and flesh out the function a bit with a bunch of
stubbed out code that needs to follow this commit.

Created using spr 1.3.5
Created using spr 1.3.5
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.

1 participant