[clang] [HLSL] Make HLSLAttributedResourceType canonical and add code paths to convert HLSL types to DirectX target types (PR #110327)
Chris B via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 8 13:13:53 PDT 2024
================
@@ -32,6 +32,7 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/CRC.h"
+#include "llvm/Support/DXILABI.h"
----------------
llvm-beanz wrote:
Do we need this include?
https://github.com/llvm/llvm-project/pull/110327
More information about the cfe-commits
mailing list