[libcxx-commits] [PATCH] D111290: [libunwind] Fix test execution.

Alexander Richardson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 7 03:09:19 PDT 2021


arichardson added inline comments.


================
Comment at: libunwind/test/signal_frame.pass.cpp:12
+// cfi_signal_frame is only supported on DWARF based systems.
+// REQUIRES: linux
 
----------------
Shouldn't this also work on other ELF+DWARF platforms, e.g. FreeBSD?


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

https://reviews.llvm.org/D111290



More information about the libcxx-commits mailing list