[PATCH] D16545: [libcxxabi] Enable testing for static libc++abi

Ben Craig via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 25 11:13:23 PST 2016


bcraig created this revision.
bcraig added reviewers: mclow.lists, jroelofs, EricWF.
bcraig added a subscriber: cfe-commits.

This change leverages framework changes made in libcxx.  See those changes for
more details.  (http://reviews.llvm.org/D16544)

Some Mac specific logic for testing against libc++abi had to be moved from
libcxxabi's config.py, as it was overriding choices made in libcxx's config.py.
That logic is now in libcxx's target_info.py.

http://reviews.llvm.org/D16545

Files:
  CMakeLists.txt
  test/CMakeLists.txt
  test/libcxxabi/test/config.py
  test/lit.site.cfg.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16545.45888.patch
Type: text/x-patch
Size: 4899 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160125/f251e2ec/attachment.bin>


More information about the cfe-commits mailing list