[clang] [llvm] [HLSL] Implement the `reflect` HLSL function (PR #122992)
Deric Cheung via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 10:18:29 PST 2025
================
@@ -34,6 +34,7 @@
#include "llvm/IR/IntrinsicsSPIRV.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/raw_ostream.h"
----------------
Icohedron wrote:
I don't recall adding that. I think my IDE did that for me :P
I will remove it
https://github.com/llvm/llvm-project/pull/122992
More information about the llvm-commits
mailing list