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

Refactor in anticipation of breaking release #340

Merged
merged 5 commits into from
Mar 24, 2023
Merged

Refactor in anticipation of breaking release #340

merged 5 commits into from
Mar 24, 2023

Conversation

maleadt
Copy link
Collaborator

@maleadt maleadt commented Mar 24, 2023

With #152 introducing DIBuilder, we shouldn't have a generically-named Builder. Now that we're breaking things, let's rename this to IRBuilder.

I did add a deprecation to not make this breaking right away, as well as added deprecations for llvmtype and llvmeltype; no reason to make this release extra painful.

@maleadt maleadt changed the title Rename Builder to IRBuilder. Breaking changes. Mar 24, 2023
@maleadt maleadt changed the title Breaking changes. Refactor in anticipation of breaking release Mar 24, 2023
@maleadt
Copy link
Collaborator Author

maleadt commented Mar 24, 2023

As suggested by @gbaraldi, I'm also deprecating the untyped instruction build methods. Note that I think I managed to do so in a non-breaking way, so it'll be possible to backport all this to a 4.x release (only the ConstantData change was breaking, necessitating v5.0).

@maleadt maleadt merged commit d3f386d into master Mar 24, 2023
@maleadt maleadt deleted the tb/irbuilder branch March 24, 2023 18:54
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