[PATCH] D28791: [compiler-rt][crt] Simple crtbegin and crtend implementation
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 30 17:14:37 PST 2018
phosek updated this revision to Diff 176228.
phosek edited the summary of this revision.
phosek added a comment.
Herald added subscribers: Sanitizers, atanasyan, sdardis, srhines.
I've rebased and updated the change. I've also included the Clang driver changes necessary to use this, but this can be landed in a separate followup change.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D28791/new/
https://reviews.llvm.org/D28791
Files:
clang/include/clang/Driver/ToolChain.h
clang/lib/Driver/ToolChain.cpp
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/lib/Driver/ToolChains/Gnu.cpp
clang/lib/Driver/ToolChains/MSVC.cpp
clang/lib/Driver/ToolChains/MinGW.cpp
clang/lib/Driver/ToolChains/MipsLinux.cpp
clang/lib/Driver/ToolChains/MipsLinux.h
clang/lib/Driver/ToolChains/OpenBSD.cpp
clang/lib/Driver/ToolChains/Solaris.cpp
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.176228.patch
Type: text/x-patch
Size: 32544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181201/58f6a3cf/attachment.bin>
More information about the llvm-commits
mailing list