[PATCH] D103043: [Internalize] Rename instead of removal if a to-be-internalized comdat has more than one member
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 1 10:52:41 PDT 2021
nickdesaulniers added a comment.
This seems to be causing some build breakage for us when building with thinLTO+PGO: https://github.com/ClangBuiltLinux/linux/issues/1388.
> ld.lld: error: drivers/gpu/drm/amd/amdgpu/amdgpu.lto.o: SHT_SYMTAB_SHNDX has 79582 entries, but the symbol table associated has 79583
Should "the symbol table associated" also have some renaming done, rather than removal?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103043/new/
https://reviews.llvm.org/D103043
More information about the llvm-commits
mailing list