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

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 28 23:40:40 PST 2019


phosek updated this revision to Diff 188850.
phosek marked 3 inline comments as done.

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

https://reviews.llvm.org/D28791

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28791.188850.patch
Type: text/x-patch
Size: 20922 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190301/dc6c449f/attachment.bin>


More information about the llvm-commits mailing list