[lld] [LLD][COFF] Detect weak reference cycles. (PR #104463)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 19 03:29:25 PDT 2024
================
@@ -13,6 +13,7 @@
#include "lld/Common/Memory.h"
#include "lld/Common/Strings.h"
#include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/SmallSet.h"
----------------
mstorsjo wrote:
The include of `SmallSet.h` is leftover when using `DenseMap`. (And if we don't already do it, we probably should include `DenseMap.h` explicitly somewhere?)
https://github.com/llvm/llvm-project/pull/104463
More information about the llvm-commits
mailing list