[PATCH] D28791: [compiler-rt][crt] Simple crtbegin and crtend implementation

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 10:24:06 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL359576: [compiler-rt] Simple crtbegin.o and crtend.o implementation (authored by phosek, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D28791?vs=195285&id=197367#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D28791/new/

https://reviews.llvm.org/D28791

Files:
  compiler-rt/trunk/CMakeLists.txt
  compiler-rt/trunk/cmake/Modules/AddCompilerRT.cmake
  compiler-rt/trunk/cmake/config-ix.cmake
  compiler-rt/trunk/lib/CMakeLists.txt
  compiler-rt/trunk/lib/crt/CMakeLists.txt
  compiler-rt/trunk/lib/crt/crtbegin.c
  compiler-rt/trunk/lib/crt/crtend.c
  compiler-rt/trunk/test/CMakeLists.txt
  compiler-rt/trunk/test/crt/CMakeLists.txt
  compiler-rt/trunk/test/crt/dso_handle.cpp
  compiler-rt/trunk/test/crt/lit.cfg
  compiler-rt/trunk/test/crt/lit.site.cfg.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28791.197367.patch
Type: text/x-patch
Size: 20936 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190430/94f10d74/attachment-0001.bin>


More information about the llvm-commits mailing list