[all-commits] [llvm/llvm-project] 17497e: [AIX][FE] Support constructor/destructor attribute
xiangling-liao via All-commits
all-commits at lists.llvm.org
Thu Nov 19 06:24:58 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 17497ec514f7a87e0ac39a803534b3a324a19324
https://github.com/llvm/llvm-project/commit/17497ec514f7a87e0ac39a803534b3a324a19324
Author: Xiangling Liao <Xiangling.Liao at ibm.com>
Date: 2020-11-19 (Thu, 19 Nov 2020)
Changed paths:
M clang/lib/CodeGen/CGDeclCXX.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
A clang/test/CodeGen/aix-constructor-attribute.c
R clang/test/CodeGen/aix-constructor-attribute.cpp
A clang/test/CodeGen/aix-destructor-attribute.c
R clang/test/CodeGen/aix-destructor-attribute.cpp
A clang/test/CodeGenCXX/aix-constructor-attribute.cpp
A clang/test/CodeGenCXX/aix-destructor-attribute.cpp
R clang/test/CodeGenCXX/aix-sinit-register-global-dtors-with-atexit.cpp
Log Message:
-----------
[AIX][FE] Support constructor/destructor attribute
Support attribute((constructor)) and attribute((destructor)) on AIX
Differential Revision: https://reviews.llvm.org/D90892
More information about the All-commits
mailing list