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

Emit heap allocations #34

Merged
merged 1 commit into from
Mar 21, 2019
Merged

Conversation

ppenzin
Copy link
Contributor

@ppenzin ppenzin commented Mar 21, 2019

Produce a call to malloc with the right size, store ptr to allocated memory in
the variable.

Bitcast malloc's return value to the right pointer size, store to the target
symbol.

Add all of that to the test.

For #22

Produce a call to malloc with the right size, store ptr to allocated memory in
the variable.

Bitcast malloc's return value to the right pointer size, store to the target
symbol.

Add all of that to the test.

For llvm-fortran#22
@ppenzin ppenzin merged commit f4fff47 into llvm-fortran:master Mar 21, 2019
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