[PATCH] D86767: [libunwind] Minor SJLJ config cleanup. NFCI.

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 28 09:49:09 PDT 2020


steven_wu added a comment.

Sorry for the inconvenience that libunwind is not really buildable for armv7 from iOS SDK. You can build a single threaded version without referring to those interfaces. If this is really troublesome for you, feel free to file a bug report and we can see what can be done here.

This patch is technically not correct from a bigger context. I think, for example, watch `armv7k` doesn't default to sjlj exception model but it needs to build sjlj model to support some clients.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86767



More information about the llvm-commits mailing list