[llvm] [DirectX] Make dx.RawBuffer an op that can't be replaced (PR #154620)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 27 19:29:09 PDT 2025


================
@@ -15,6 +15,7 @@
 #define LLVM_IR_TYPE_H
 
 #include "llvm/ADT/ArrayRef.h"
+#include "llvm/IR/DerivedTypes.h"
----------------
farzonl wrote:

This compiles and runs on the mac. On windows and linux i'm seeing a circular dependency and breaks the build. Will need to investigate alternatives.


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


More information about the llvm-commits mailing list