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

Saleem Abdulrasool via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 29 10:48:54 PST 2019


compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libunwind/CMakeLists.txt:312
+if (LIBUNWIND_USES_ARM_EHABI AND NOT LIBUNWIND_SUPPORTS_FUNWIND_TABLES_FLAG)
+  message(FATAL_ERROR "The -funwind-tables flag must be supported "
+                      "because this target uses ARM Exception Handling ABI")
----------------
I tend to prefer `SEND_ERROR` to help flush out any other issues.


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