[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
Mon Oct 18 06:57:39 PDT 2021


ldionne added inline comments.


================
Comment at: libunwind/test/configs/llvm-libunwind-shared.cfg.in:9
+# This file is a lot simpler than the ones for libc++ and libc++abi because
+# libunwind is written in straight C and we don't need or even want to link
+# against the just-built libc++/libc++abi to run the tests correctly.
----------------
phosek wrote:
> This is just a nit but libunwind is written in C++, but it doesn't use C++ standard library.
Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111664/new/

https://reviews.llvm.org/D111664



More information about the libcxx-commits mailing list