This is an archive of the discontinued LLVM Phabricator instance.

Make fortified (_chk) library functions LibFuncs in TLI.
ClosedPublic

Authored by ab on Nov 7 2014, 4:15 PM.

Details

Summary

One of them was already there, the others were checked by
comparing function names.
Note that the fortified libfuncs are now part of TLI, but are always
available, because they aren't generated, only optimized into the
non-checking versions.

NFC.
Needed for D5982.

Diff Detail

Repository
rL LLVM

Event Timeline

ab updated this revision to Diff 15943.Nov 7 2014, 4:15 PM
ab retitled this revision from to Make fortified (_chk) library functions LibFuncs in TLI..
ab updated this object.
ab edited the test plan for this revision. (Show Details)
ab added a subscriber: Unknown Object (MLST).
echristo accepted this revision.Nov 11 2014, 4:54 PM
echristo added a reviewer: echristo.
echristo added a subscriber: echristo.

LGTM. Thanks!

-eric

This revision is now accepted and ready to land.Nov 11 2014, 4:54 PM
ab closed this revision.Nov 12 2014, 1:23 PM
ab updated this revision to Diff 16110.

Closed by commit rL221817 (authored by @ab).