[PATCH] D35038: [libunwind] Add a test harness

Jonathan Roelofs via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 5 16:49:08 PDT 2017


jroelofs created this revision.
Herald added a subscriber: mgorny.

Mostly cargo-culted from libcxxabi, since the unwinder was forked from there in the first place.

Might still be some cruft that's only applicable to libcxxabi in here, so let me know if you spot anything like that. I killed some of it, but there could be more.


https://reviews.llvm.org/D35038

Files:
  CMakeLists.txt
  test/CMakeLists.txt
  test/libunwind/__init__.py
  test/libunwind/test/__init__.py
  test/libunwind/test/config.py
  test/libunwind_02.pass.cpp
  test/lit.cfg
  test/lit.site.cfg.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35038.105358.patch
Type: text/x-patch
Size: 9303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170705/1d62bb6d/attachment.bin>


More information about the cfe-commits mailing list