shiltian wrote: > I ran into this error with ThinLTO BC straight out of clang in a distributed > ThinLTO setup. I'm still not sure why GUIDs were not fully present, but they > were missing from somewhere.
In my case, it is because `-mlink-builtin-bitcode-postopt` that links into a bitcode library that doesn't have GUIDs. https://github.com/llvm/llvm-project/pull/208965 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
