[libcxx-commits] [PATCH] D70815: Enable `-funwind-tables` flag when building libunwind

Mikhail Maltsev via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 28 08:05:27 PST 2019


miyuki added inline comments.


================
Comment at: libunwind/test/signal_frame.pass.cpp:25
   assert(unw_step(&cursor) > 0);
 #if !defined(_LIBUNWIND_ARM_EHABI)
   assert(unw_is_signal_frame(&cursor));
----------------
`#if` can  be removed


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70815





More information about the libcxx-commits mailing list