[llvm] [DXIL] Adding support to RootSignatureFlags in obj2yaml (PR #122396)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 12:48:29 PST 2025
================
@@ -22,6 +22,8 @@
#include "llvm/Support/MemoryBufferRef.h"
#include "llvm/TargetParser/Triple.h"
#include <array>
+#include <cstdint>
+#include <sys/types.h>
----------------
bogner wrote:
What do you need from `sys/types.h` here?
https://github.com/llvm/llvm-project/pull/122396
More information about the llvm-commits
mailing list