-
Notifications
You must be signed in to change notification settings - Fork 0
[CIR] Fixed ClangIR linker #76
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
base: julius/more-cir-fixes
Are you sure you want to change the base?
Conversation
4a417cf
to
6289d4f
Compare
} | ||
|
||
// CIR: cir.global "private" internal dso_local addrspace(offload_local) @_ZZ2fnvE1j : !s32i | ||
// CIR: cir.global "private" internal dso_local addrspace(<offload_local>) @_ZZ2fnvE1j : !s32i |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had to include changes to for tests
I see two CI tests failing, i'll make sure to get to them |
0b65191
to
c270f7b
Compare
All the CI tests should pass now :) |
87102ae
to
a076172
Compare
After making sure we've addressed all points, I would suggest cleaning up the git history before the final merge |
c141d46
to
3e378f5
Compare
[CIR][Linker] Fixed string collision [CIR][Linker] WIP attempted to resolve global conflict issue [CIR][Linker] Fixed issue with conflicting symbols, in final linking [CIR][Linker] Fixed test that got affected from changes [CIR][Linker] Clean-up, remove unneeded
[CIR] Clean up CIRLinkerInterface [CIR] Remove stray include
3e378f5
to
8d9f057
Compare
let assemblyFormat = [{ | ||
`` custom<AddressSpaceValue>($value) | ||
`<` custom<AddressSpaceValue>($value) `>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, is this a regression in upstream, or are we doing something differently that requires this?
No description provided.