This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Add possibility to link with libunwind
Needs ReviewPublic

Authored by Eugene.Zelenko on Jun 9 2016, 4:44 PM.

Details

Summary

LIBCXX_USE_LLVM_UNWINDER should be also used in test/lit.site.cfg.in, but somehow I got next error during regressions when it was set to ON.

lit.py: config.py:90: fatal: parameter 'llvm_unwinder' should be true or false

Regressions on RHEL 6 were OK.

But somehow gcc_s.so is still linked implicitly (I checked link command line with -v).

Diff Detail

Repository
rL LLVM

Event Timeline

Eugene.Zelenko retitled this revision from to [libcxx] Add possibility to link with libunwind.
Eugene.Zelenko updated this object.
Eugene.Zelenko added reviewers: EricWF, mclow.lists.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Eugene.Zelenko updated this object.
Eugene.Zelenko added a subscriber: llvm-commits.