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

Add llvm_gnu_pubnames to Interface and set llvm_debug_info for native target #456

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vchuravy
Copy link
Member

No description provided.

@@ -37,3 +37,13 @@ end

runtime_slug(job::CompilerJob{NativeCompilerTarget}) = "native_$(job.config.target.cpu)-$(hash(job.config.target.features))$(job.config.target.jlruntime ? "-jlrt" : "")"
uses_julia_runtime(job::CompilerJob{NativeCompilerTarget}) = job.config.target.jlruntime

function llvm_debug_info(@nospecialize(job::CompilerJob{NativeCompilerTarget}))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gbaraldi I was debating to use simply FULL or Base.default_debug_info_kind() for all Native targets,
but maybe best not to change this for StaticCompiler.jl?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

StaticCompiler actually defines it's own target so I don't see an issue.

@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

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

Comparison is base (5536c45) 82.58% compared to head (c39b534) 81.40%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #456      +/-   ##
==========================================
- Coverage   82.58%   81.40%   -1.18%     
==========================================
  Files          23       23              
  Lines        3124     3125       +1     
==========================================
- Hits         2580     2544      -36     
- Misses        544      581      +37     
Impacted Files Coverage Δ
src/interface.jl 83.11% <100.00%> (-1.10%) ⬇️
src/jlgen.jl 69.44% <100.00%> (-12.09%) ⬇️
src/native.jl 100.00% <100.00%> (ø)

... and 6 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.

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.

2 participants