This is an archive of the discontinued LLVM Phabricator instance.

libcxxabi must link to dl if using bundled unwind
ClosedPublic

Authored by ismail on Aug 18 2014, 1:18 AM.

Details

Reviewers
danalbert
Summary

Hi,

src/Unwind/AddressSpace.hpp uses dladdr symbol which is defined in dl library. Attached patch adds support for linking to dl library for CMake build system.

Please have a look. Thanks.

Diff Detail

Event Timeline

ismail updated this revision to Diff 12612.Aug 18 2014, 1:18 AM
ismail retitled this revision from to libcxxabi must link to dl if using bundled unwind.
ismail updated this object.
ismail edited the test plan for this revision. (Show Details)
ismail added a reviewer: danalbert.
ismail set the repository for this revision to rL LLVM.
ismail added a subscriber: Unknown Object (MLST).
danalbert accepted this revision.Aug 18 2014, 9:10 AM
danalbert edited edge metadata.
This revision is now accepted and ready to land.Aug 18 2014, 9:10 AM
ismail closed this revision.Aug 19 2014, 1:35 AM