[lld] [LLD] Tombstone LocalTU entry in .debug_names (PR #70701)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 6 14:58:37 PST 2023


================
@@ -20,8 +20,7 @@
 #include "llvm/Support/Compression.h"
 #include "llvm/Support/Endian.h"
 #include "llvm/Support/xxhash.h"
-#include <algorithm>
-#include <mutex>
----------------
MaskRay wrote:

We should keep the headers. mutex is used by std::mutex in this file.

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


More information about the llvm-commits mailing list