[PATCH] D136134: [NFC] [DirectX backend] move ResourceClass into llvm.
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 20 09:31:13 PDT 2022
beanz added inline comments.
================
Comment at: clang/lib/Sema/HLSLExternalSemaSource.cpp:20
#include "clang/Sema/Sema.h"
+#include "llvm/Frontend/HLSL/HLSLResource.h"
----------------
You need to add FrontendHLSL to the Sema/CMakeLists.txt file too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136134/new/
https://reviews.llvm.org/D136134
More information about the cfe-commits
mailing list