https://github.com/aaupov closed https://github.com/llvm/llvm-project/pull/87968
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/maksfb commented:
Is information we emit in the symbol table insufficient to establish the
fragment relationship?
https://github.com/llvm/llvm-project/pull/87968
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.or
https://github.com/aaupov created
https://github.com/llvm/llvm-project/pull/87968
BAT contains metadata about fragment relationships. Use it directly
before name-based matching. This removes warnings about control flow
between unrelated fragments.
Test Plan: TBD
_