[all-commits] [llvm/llvm-project] 5a1589: [static initializers] Emit global_ctors and global...
Wolfgang Pieb via All-commits
all-commits at lists.llvm.org
Thu Jun 10 16:45:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a1589fc6d1131e6d73c498cc5987433d1c5e098
https://github.com/llvm/llvm-project/commit/5a1589fc6d1131e6d73c498cc5987433d1c5e098
Author: Wolfgang Pieb <wolfgang_pieb at playstation.sony.com>
Date: 2021-06-10 (Thu, 10 Jun 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/test/CodeGen/SPARC/constructor.ll
M llvm/test/CodeGen/X86/2011-08-29-InitOrder.ll
M llvm/test/CodeGen/X86/constructor.ll
Log Message:
-----------
[static initializers] Emit global_ctors and global_dtors in reverse order when .ctors/.dtors are used.
Reviewed By: rnk, MaskRay, efriedma
Differential Revision: https://reviews.llvm.org/D103495
More information about the All-commits
mailing list