This is an archive of the discontinued LLVM Phabricator instance.

[profile] Test the exported symbol set for empty programs
ClosedPublic

Authored by vsk on Feb 27 2018, 4:54 PM.

Details

Reviewers
davidxl
vsk
Summary

Programs without any code in them should export the exact same set of
symbols as programs with code, at least on Darwin. This is done to make
text-based API verification possible for certain Darwin frameworks.

Related to: D43794

Diff Detail

Event Timeline

vsk accepted this revision.Feb 28 2018, 11:02 AM

Landed in r326351.

This revision is now accepted and ready to land.Feb 28 2018, 11:02 AM
vsk closed this revision.Feb 28 2018, 11:03 AM