This is an archive of the discontinued LLVM Phabricator instance.

ELF: add version script void function test case
ClosedPublic

Authored by emaste on Sep 7 2016, 10:47 AM.

Details

Summary

After r280733 we use LLVM's demangler. As a result we no longer have a discrepancy between f() and f(void) on FreeBSD. Restore a test case for a void arg function.

Diff Detail

Repository
rL LLVM

Event Timeline

emaste updated this revision to Diff 70563.Sep 7 2016, 10:47 AM
emaste retitled this revision from to ELF: add version script void function test case.
emaste updated this object.
emaste added reviewers: grimar, ruiu, rafael.
emaste added a project: lld.
emaste added a subscriber: llvm-commits.
ruiu accepted this revision.Sep 7 2016, 10:52 AM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 7 2016, 10:52 AM
This revision was automatically updated to reflect the committed changes.