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

Don't rename function declarations, only definitions. #465

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Jun 5, 2023

Fixes #464

It's possible this breaks cases where we were linking multiple modules, but it's problematic if that relies on identical renames of declarations and definitions, so may be better to fix at that end.

@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.48 ⚠️

Comparison is base (f608d82) 82.68% compared to head (36de2d2) 82.20%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #465      +/-   ##
==========================================
- Coverage   82.68%   82.20%   -0.48%     
==========================================
  Files          23       23              
  Lines        3119     3204      +85     
==========================================
+ Hits         2579     2634      +55     
- Misses        540      570      +30     
Impacted Files Coverage Δ
src/irgen.jl 93.55% <100.00%> (-0.04%) ⬇️

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@maleadt maleadt merged commit e82a68a into master Jun 5, 2023
@maleadt maleadt deleted the tb/sanitize_defs branch June 5, 2023 07:40
@giordano
Copy link
Contributor

giordano commented Jun 5, 2023

Thanks!

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.

GPUCompiler.compile replaces dots with underscores in extern functions
2 participants