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

Fix bug in local memory. #40

Merged
merged 1 commit into from
Nov 20, 2020
Merged

Fix bug in local memory. #40

merged 1 commit into from
Nov 20, 2020

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Nov 20, 2020

We return a LLVMPtr, so no need to ptrtoint, but we only need to get rid
of the type (Julia passes LLVMPtr as i8).

We return a LLVMPtr, so no need to ptrtoint, but we only need to get rid
of the type (Julia passes LLVMPtr as i8).
@codecov
Copy link

codecov bot commented Nov 20, 2020

Codecov Report

Merging #40 (25b84b6) into master (ebfaa58) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #40   +/-   ##
=======================================
  Coverage   76.84%   76.84%           
=======================================
  Files          33       33           
  Lines         799      799           
=======================================
  Hits          614      614           
  Misses        185      185           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ebfaa58...25b84b6. Read the comment docs.

@maleadt maleadt merged commit 921c744 into master Nov 20, 2020
@maleadt maleadt deleted the tb/localmem_ptrtoint branch November 20, 2020 07:57
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