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 Cilkscale with LLD #298

Merged
merged 6 commits into from
Dec 16, 2024
Merged

Fix Cilkscale with LLD #298

merged 6 commits into from
Dec 16, 2024

Conversation

neboat
Copy link
Collaborator

@neboat neboat commented Dec 13, 2024

This PR fixes the -fcilktool=cilkscale functionality when used with the LLD linker when using LTO. These changes ensure that Cilkscale's instrumentation during the post-link phase of LTO, around when Tapir instructions in the IR are lowered to a parallel runtime ABI.

This PR also fixes some minor issues with Cilkscale's instrumentation, removes some now-unused linker flags, and updates the python-setup GitHub action to resolve recent CI failures.

neboat and others added 6 commits December 13, 2024 11:57
…that have been removed from the OpenCilk runtime system.
… requires instrumentation during or after Tapir lowering.
…le and cilkscale-instructions, to ensure instrumentation is inserted appropriately when using LLD with LTO.
We currently receive a warning on all Github Actions workflows that use
`setup-python`, since they all use v4 of the action, which uses the
deprecated Node.js 16. This PR upgrades the action in all places to v5,
which uses Node.js 20 (see [setup-python release
page](https://github.com/actions/setup-python/releases/tag/v5.0.0))
@neboat neboat merged commit 322f3ba into OpenCilk:dev/18.x Dec 16, 2024
16 checks passed
@neboat neboat deleted the dev/18.x-python branch December 16, 2024 19:27
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