[PATCH] D45578: Add a command line option `fregister_global_dtors_with_atexit` to register destructor functions annotated with __attribute__((destructor)) using __cxa_atexit or atexit.

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 17 11:47:36 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL330199: Add a command line option 'fregister_global_dtors_with_atexit' to (authored by ahatanak, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D45578?vs=142597&id=142810#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D45578

Files:
  cfe/trunk/include/clang/Driver/Options.td
  cfe/trunk/include/clang/Frontend/CodeGenOptions.def
  cfe/trunk/lib/CodeGen/CGDeclCXX.cpp
  cfe/trunk/lib/CodeGen/CodeGenFunction.h
  cfe/trunk/lib/CodeGen/CodeGenModule.cpp
  cfe/trunk/lib/CodeGen/CodeGenModule.h
  cfe/trunk/lib/CodeGen/ItaniumCXXABI.cpp
  cfe/trunk/lib/Driver/ToolChains/Clang.cpp
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/test/CodeGen/constructor-attribute.c
  cfe/trunk/test/Driver/cxa-atexit.cpp
  cfe/trunk/test/Driver/rewrite-legacy-objc.m
  cfe/trunk/test/Driver/rewrite-objc.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45578.142810.patch
Type: text/x-patch
Size: 18198 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180417/7c3eb6af/attachment.bin>


More information about the llvm-commits mailing list