This is an archive of the discontinued LLVM Phabricator instance.

Ensure that only one compiler-rt component is created for lsan
ClosedPublic

Authored by fjricci on Dec 28 2016, 8:25 PM.

Details

Summary

The lsan cmake configuration failed when targeting more
than one architecture, because it would attempt to create multiple
components with the same name. Ensure that only one lsan component
is ever created.

Diff Detail

Repository
rL LLVM

Event Timeline

fjricci updated this revision to Diff 82646.Dec 28 2016, 8:25 PM
fjricci retitled this revision from to Ensure that only one compiler-rt component is created for lsan.
fjricci updated this object.
fjricci added reviewers: beanz, bogner.
fjricci added a subscriber: llvm-commits.
fjricci updated this revision to Diff 82793.Jan 1 2017, 6:22 PM
fjricci updated this object.

Update to use individual symbols names

fjricci updated this revision to Diff 82795.Jan 1 2017, 6:30 PM

Undo upload of incorrect commit

fjricci updated this object.Jan 2 2017, 1:56 PM
compnerd accepted this revision.Jan 6 2017, 11:30 AM
compnerd added a reviewer: compnerd.
This revision is now accepted and ready to land.Jan 6 2017, 11:30 AM
This revision was automatically updated to reflect the committed changes.