[PATCH] D104730: [MCA] [AMDGPU] Adding CustomBehaviour implementation for AMDGPU.
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 13 11:16:43 PDT 2021
tstellar added a comment.
@holland11 If you grep llvm/unittests for add_llvm_target_unittest, that will give you all the unittests that we have had to use static linking for because they reference non-public target symbols.
This is essentially the same problem that you are running into with this patch, so having some kind of generic solution, so we don't need to statically link all these binaries would be really nice.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104730/new/
https://reviews.llvm.org/D104730
More information about the llvm-commits
mailing list