Skip to content

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

Open
vchuravy wants to merge 1 commit into
mainfrom
vc/debug_info_native
Open

Add llvm_gnu_pubnames to Interface and set llvm_debug_info for native target#456
vchuravy wants to merge 1 commit into
mainfrom
vc/debug_info_native

Conversation

@vchuravy

Copy link
Copy Markdown
Member

No description provided.

Comment thread src/native.jl
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
Copy Markdown
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
Copy Markdown
Member

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

codecov Bot commented May 22, 2023

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.46%. Comparing base (78eaff3) to head (5439ad0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #456      +/-   ##
==========================================
+ Coverage   80.43%   80.46%   +0.02%     
==========================================
  Files          25       25              
  Lines        4866     4873       +7     
==========================================
+ Hits         3914     3921       +7     
  Misses        952      952              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vchuravy vchuravy force-pushed the vc/debug_info_native branch from c39b534 to 5439ad0 Compare July 10, 2026 07:55
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