[lld] [lld][GNU Properties] Refactor storage of PAuth ABI core info (PR #141920)
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Thu May 29 06:36:19 PDT 2025
================
@@ -29,6 +29,7 @@
#include "llvm/Support/GlobPattern.h"
#include "llvm/Support/TarWriter.h"
#include <atomic>
+#include <cstdint>
----------------
ostannard wrote:
Is this needed? there are already uses of the stdint types in this file.
https://github.com/llvm/llvm-project/pull/141920
More information about the llvm-commits
mailing list