[PATCH] D158011: Make _LIBUNWIND_SUPPORT_FRAME_APIS not conditional on target architecure.

Mike Hommey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 21:36:37 PDT 2023


glandium added a comment.

It's really confusing that the commit that landed says:

> Default this to on, so as not to remove the apis from environments that already have them.

FWIW, this is used by rust on i686 mingw: https://github.com/rust-lang/rust/blob/36b8e4aa7588c70947419a5b435b6faa66669cbd/library/rtstartup/rsbegin.rs#L82


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158011



More information about the llvm-commits mailing list