You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CMAKE][AMDGPU] fix build failure caused by PR llvm#133619
While clangCodeGenTargetBuiltins and clangCodeGenTargets are static
libraries clangCodeGen is not and so this is creating a circular
reference in the linux amdgpu-offload CIs on ubuntu and RHEL.
removing the circular reference doesn't break anything and looks to
be a vestigial element of the origional PR.
0 commit comments