[llvm] [DirectX] Add Range Overlap validation (PR #152229)

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 15 09:27:54 PDT 2025


================
@@ -17,6 +17,8 @@
 #ifndef LLVM_SUPPORT_DXILABI_H
 #define LLVM_SUPPORT_DXILABI_H
 
+#include "llvm/ADT/StringRef.h"
+#include "llvm/Support/ScopedPrinter.h"
----------------
joaosaffran wrote:

I've filed an issue https://github.com/llvm/llvm-project/issues/153827, to keep track of this. We fix it as soon as possible.

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


More information about the llvm-commits mailing list