This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa7183a158d68: [NFC] [DirectX backend] move ResourceClass
into llvm. (authored by python3kgae).
Changed prior to commit:
https://reviews.llvm.org/D
python3kgae added inline comments.
Comment at: clang/lib/Sema/HLSLExternalSemaSource.cpp:20
#include "clang/Sema/Sema.h"
+#include "llvm/Frontend/HLSL/HLSLResource.h"
beanz wrote:
> python3kgae wrote:
> > python3kgae wrote:
> > > beanz wrote:
> > > > You need
python3kgae updated this revision to Diff 469302.
python3kgae marked an inline comment as done.
python3kgae added a comment.
Add FrontendHLSL to Sema link
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136134/new/
https://reviews.llvm.org/D136134
F
beanz added inline comments.
Comment at: clang/lib/Sema/HLSLExternalSemaSource.cpp:20
#include "clang/Sema/Sema.h"
+#include "llvm/Frontend/HLSL/HLSLResource.h"
python3kgae wrote:
> python3kgae wrote:
> > beanz wrote:
> > > You need to add FrontendHLSL to the
python3kgae marked an inline comment as done.
python3kgae added inline comments.
Comment at: clang/lib/Sema/HLSLExternalSemaSource.cpp:20
#include "clang/Sema/Sema.h"
+#include "llvm/Frontend/HLSL/HLSLResource.h"
python3kgae wrote:
> beanz wrote:
> > You need
python3kgae marked an inline comment as done.
python3kgae added inline comments.
Comment at: clang/lib/Sema/HLSLExternalSemaSource.cpp:20
#include "clang/Sema/Sema.h"
+#include "llvm/Frontend/HLSL/HLSLResource.h"
beanz wrote:
> You need to add FrontendHLSL to
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 Mo
python3kgae updated this revision to Diff 469074.
python3kgae added a comment.
Rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136134/new/
https://reviews.llvm.org/D136134
Files:
clang/include/clang/Basic/HLSLRuntime.h
clang/lib/CodeGen/C
python3kgae created this revision.
python3kgae added reviewers: pow2clk, beanz, bogner.
Herald added a subscriber: Anastasia.
Herald added a project: All.
python3kgae requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Move Re