[libcxx-commits] [PATCH] D111664: [libunwind] Add a from-scratch config for running libunwind tests
Petr Hosek via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 14 23:43:44 PDT 2021
phosek 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.
----------------
This is just a nit but libunwind is written in C++, but it doesn't use C++ standard library.
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