This is an archive of the discontinued LLVM Phabricator instance.

Remove LLVM_ENABLE_LIBCXXABI
ClosedPublic

Authored by Hahnfeld on Jul 27 2016, 6:42 AM.

Details

Summary

libc++.so is now a linker script that includes -lc++abi if necessary.

Diff Detail

Repository
rL LLVM

Event Timeline

Hahnfeld updated this revision to Diff 65729.Jul 27 2016, 6:42 AM
Hahnfeld retitled this revision from to Remove LLVM_ENABLE_LIBCXXABI.
Hahnfeld updated this object.
Hahnfeld added reviewers: chandlerc, EricWF, mclow.lists.
Hahnfeld added a subscriber: llvm-commits.
EricWF accepted this revision.Aug 2 2016, 11:00 PM
EricWF edited edge metadata.

LGTM. Hopefully everybody who used this option now uses linker scripts.

This revision is now accepted and ready to land.Aug 2 2016, 11:00 PM
This revision was automatically updated to reflect the committed changes.