[PATCH] D135429: [HLSL] [DirectX backend] Move generateGlobalCtorDtorCalls into DirectX backend.
Xiang Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 10 14:31:07 PDT 2022
python3kgae updated this revision to Diff 466623.
python3kgae added a comment.
Add end of file newline
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135429/new/
https://reviews.llvm.org/D135429
Files:
clang/lib/CodeGen/CGHLSLRuntime.cpp
clang/lib/CodeGen/CGHLSLRuntime.h
clang/test/CodeGenHLSL/GlobalConstructorFunction.hlsl
clang/test/CodeGenHLSL/GlobalConstructorLib.hlsl
clang/test/CodeGenHLSL/GlobalConstructors.hlsl
clang/test/CodeGenHLSL/GlobalDestructors.hlsl
llvm/lib/Target/DirectX/CMakeLists.txt
llvm/lib/Target/DirectX/DirectXTargetMachine.cpp
llvm/lib/Target/DirectX/GlobalCtorDtorCalls.cpp
llvm/lib/Target/DirectX/GlobalCtorDtorCalls.h
llvm/test/CodeGen/DirectX/global_constructor_cs.ll
llvm/test/CodeGen/DirectX/global_constructor_function.ll
llvm/test/CodeGen/DirectX/global_constructor_lib.ll
llvm/test/CodeGen/DirectX/global_destructor_cs.ll
llvm/test/CodeGen/DirectX/global_destructor_lib.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135429.466623.patch
Type: text/x-patch
Size: 38958 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221010/beebaf04/attachment-0001.bin>
More information about the cfe-commits
mailing list