[libcxx-commits] [PATCH] D111664: [libunwind] Add a from-scratch config for running libunwind tests

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 12 11:07:13 PDT 2021


ldionne created this revision.
Herald added subscribers: libcxx-commits, arichardson, mgorny.
Herald added a project: libunwind.
Herald added a reviewer: libunwind.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.

Running tests for libunwind is a lot simpler than running tests for
libc++, so a simple Lit config file is sufficient. The benefit is that
we disentangle the libunwind test configuration from the libc++ and
libc++abi test configuration. The setup was too complicated, which led
to some bugs (notably we were running against the system libunwind on
Apple platforms).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111664

Files:
  libcxx/utils/ci/run-buildbot
  libunwind/CMakeLists.txt
  libunwind/test/configs/llvm-libunwind-shared.cfg.in
  libunwind/test/configs/llvm-libunwind-static.cfg.in
  libunwind/test/libunwind_01.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111664.379114.patch
Type: text/x-patch
Size: 20676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211012/eacf7888/attachment-0001.bin>


More information about the libcxx-commits mailing list