[PATCH] D132977: [HLSL] Call global constructors inside entry
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 8 14:19:04 PDT 2022
beanz updated this revision to Diff 458867.
beanz added a comment.
Adding Sema errors for specifying initializer priority, and a test case for library shaders.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132977/new/
https://reviews.llvm.org/D132977
Files:
clang/docs/HLSL/EntryFunctions.rst
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/CodeGen/CGHLSLRuntime.cpp
clang/lib/CodeGen/CGHLSLRuntime.h
clang/lib/Sema/SemaDeclAttr.cpp
clang/test/CodeGenHLSL/GlobalConstructorFunction.hlsl
clang/test/CodeGenHLSL/GlobalConstructorLib.hlsl
clang/test/CodeGenHLSL/GlobalConstructors.hlsl
clang/test/SemaHLSL/GlobalConstructors.hlsl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132977.458867.patch
Type: text/x-patch
Size: 8317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220908/12bad997/attachment-0001.bin>
More information about the cfe-commits
mailing list