[PATCH] D123167: [HLSL] Pointers are unsupported in HLSL
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 6 14:03:55 PDT 2022
beanz added a comment.
In D123167#3434350 <https://reviews.llvm.org/D123167#3434350>, @tschuett wrote:
> Is the downstream compiler also relying on the parser?
Not sure what you mean by downstream compiler. The current official HLSL compiler is a fork of clang-3.7. We don't intend to merge code in either direction. The fork does have modifications throughout clang including the parser, sema, and codegen layers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123167/new/
https://reviews.llvm.org/D123167
More information about the cfe-commits
mailing list