This is an archive of the discontinued LLVM Phabricator instance.

Fix debug build of unit tests
ClosedPublic

Authored by labath on Feb 13 2017, 3:45 AM.

Details

Summary

It turns out listing each library twice is not enough to resolve all
references in a debug build on linux - a number of executables fails to
link with random symbols missing. Increasing the number to three seems
to be enough. The choice of lldbCore to set the multiplicity on is
somewhat arbitrary, but it seems fitting, as it is the biggest layering
transgressor.

Diff Detail

Repository
rL LLVM

Event Timeline

labath created this revision.Feb 13 2017, 3:45 AM
This revision was automatically updated to reflect the committed changes.