[llvm] [BOLT] Use symbol table info in registerFragment (PR #89648)

Maksim Panchenko via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 18:04:31 PDT 2024


================
@@ -28,6 +28,13 @@ class NameResolver {
   static constexpr char Sep = '/';
 
 public:
+  /// Return the number of duplicates registered for a given \p Name.
----------------
maksfb wrote:

When the function returns `1`, does it mean it has a duplicate?

https://github.com/llvm/llvm-project/pull/89648


More information about the llvm-commits mailing list