[Comgr][hotswap] Reject transpiler builds against libLLVM - #3869
Open
martin-luecke wants to merge 1 commit into
Open
[Comgr][hotswap] Reject transpiler builds against libLLVM#3869martin-luecke wants to merge 1 commit into
martin-luecke wants to merge 1 commit into
Conversation
tgymnich
approved these changes
Aug 12, 2026
martin-luecke
force-pushed
the
users/ftynse/hotswap-m0-05-dylib-amdgpu-utils
branch
from
August 12, 2026 14:58
8f48588 to
93e827d
Compare
martin-luecke
force-pushed
the
users/mluecke/hotswap-reject-dylib-linkage
branch
from
August 12, 2026 15:43
c1f051e to
5a4292a
Compare
An error occurred while trying to automatically change base from
users/ftynse/hotswap-m0-05-dylib-amdgpu-utils
to
amd-staging
August 12, 2026 20:49
martin-luecke
changed the base branch from
users/ftynse/hotswap-m0-05-dylib-amdgpu-utils
to
amd-staging
August 12, 2026 20:53
The transpiler depends on AMDGPU backend-private helpers that libLLVM does not export. Reject monolithic LLVM or Clang linkage before COMGR_STATIC_LLVM overrides the incoming consumer mode.
martin-luecke
force-pushed
the
users/mluecke/hotswap-reject-dylib-linkage
branch
from
August 12, 2026 21:31
5a4292a to
d2515b5
Compare
martin-luecke
enabled auto-merge (squash)
August 12, 2026 21:33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Hotswap transpiler uses AMDGPU backend-private helpers that
libLLVM.sodoes not export. Reject the unsupported configuration at CMake time instead of failing the finalamd_comgrlink.Supporting this mode requires a complete static LLVM/Clang/LLD closure for COMGR without a transitive
libLLVM.sodependency (#2927).Stacked on #3807.