[clang] [llvm] [IR] Make dead_on_return attribute optionally sized (PR #171712)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 20 03:45:17 PST 2026
================
@@ -80,6 +80,7 @@
#include <cstddef>
#include <cstdint>
#include <deque>
+#include <limits>
----------------
nikic wrote:
Not needed?
https://github.com/llvm/llvm-project/pull/171712
More information about the cfe-commits
mailing list