[llvm-branch-commits] [llvm] [NFC] Refactoring MCDXBC to support out of order storage of root parameters (PR #137284)
Finn Plummer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu May 8 10:02:44 PDT 2025
================
@@ -6,21 +6,87 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/ADT/STLForwardCompat.h"
#include "llvm/BinaryFormat/DXContainer.h"
+#include <cstddef>
----------------
inbelic wrote:
nit: to check that all these headers are required
https://github.com/llvm/llvm-project/pull/137284
More information about the llvm-branch-commits
mailing list