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

Update peano linker script generation #1717

Merged
merged 3 commits into from
Aug 26, 2024

Conversation

stephenneuendorffer
Copy link
Collaborator

It was possible for some input sections to not get properly copied to our executable. Fix the linker script and enable more error checking during linking to ensure this doesn't happen.

It was possible for some input sections to not get properly copied
to our executable.  Fix the linker script and enable more error
checking during linking to ensure this doesn't happen.
@jgmelber
Copy link
Collaborator

This, unfortunately, didn't fix my "first run mismatch" error using Peano to compile the passthrough example C++ kernel code.

@jgmelber
Copy link
Collaborator

I was using this PR for Peano: Xilinx/llvm-aie#142

Copy link
Collaborator

@jgmelber jgmelber left a comment

Choose a reason for hiding this comment

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

Tested this works for compiling a C++ kernel without AIE API using Peano PR: Xilinx/llvm-aie#142

@jgmelber jgmelber added this pull request to the merge queue Aug 26, 2024
Merged via the queue into Xilinx:main with commit 8b84e50 Aug 26, 2024
51 checks passed
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