================
@@ -232,4 +247,4 @@ def GetSymbols(parse_pages):
     finally:
         pool.terminate()
         pool.join()
-    return sorted(symbols)
+    return sorted(set(symbols))
----------------
kadircet wrote:

each symbol should already have a unique name, why do we need this conversion 
to a `set` here?

https://github.com/llvm/llvm-project/pull/147720
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to