[PATCH] D59264: [Driver] Support compiler-rt crtbegin.o/crtend.o for Linux

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 12 09:36:50 PDT 2019


phosek created this revision.
phosek added a reviewer: echristo.
Herald added subscribers: cfe-commits, jdoerfert, fedor.sergeev, dberris, srhines.
Herald added a project: clang.
phosek edited the summary of this revision.

When compiler-rt is selected as the runtime library for Linux
use its crtbegin.o/crtend.o implementation rather than platform one.


Repository:
  rC Clang

https://reviews.llvm.org/D59264

Files:
  clang/lib/Driver/ToolChains/Gnu.cpp
  clang/test/Driver/linux-ld.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59264.190281.patch
Type: text/x-patch
Size: 30646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190312/1675face/attachment-0001.bin>


More information about the cfe-commits mailing list