Skip to content

Conversation

@rjodinchr
Copy link
Collaborator

@rjodinchr rjodinchr commented Jan 9, 2026

Since llvm/llvm-project@f07988f which removed a tool that used to set the linkage to linkonce_odr on the clc builtins. Thus we now need to make sure to link only what we needed to avoid bring the whole libclc (leading to a huge increase in build time, and various other bugs).

Since this following
llvm/llvm-project@f07988f
which removed a tool that used to set the linkage to linkonce_odr on
the clc builtins. Thus we now need to make sure to link only what we
needed to avoid bring the whole libclc (leading to a huge increase in
build time, and various other bugs).
Copy link
Collaborator

@dneto0 dneto0 left a comment

Choose a reason for hiding this comment

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

Thanks!

@dneto0 dneto0 enabled auto-merge (squash) January 9, 2026 15:50
@dneto0 dneto0 merged commit e00c535 into google:main Jan 9, 2026
10 of 13 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.

3 participants