This is an archive of the discontinued LLVM Phabricator instance.

[TargetLibraryInfo] Fix signature recognition of some lib functions.
AbandonedPublic

Authored by vaivaswatha on May 19 2016, 3:23 AM.

Details

Reviewers
hfinkel
Summary

Some library functions such as free, fseek, feof etc have been marked
as having 0 arguments. This is incorrect. Fix it.

Diff Detail

Event Timeline

vaivaswatha retitled this revision from to [TargetLibraryInfo] Fix signature recognition of some lib functions..
vaivaswatha updated this object.
vaivaswatha added a reviewer: hfinkel.
vaivaswatha added a subscriber: llvm-commits.

Please add a test case that covers all of the modified library functions.

vaivaswatha abandoned this revision.Jan 25 2017, 4:04 AM

This is already fixed on trunk.