[libcxx-commits] [PATCH] D114473: [runtimes] Remove support for building in 32 bits mode on a 64 bit target
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 23 13:44:06 PST 2021
ldionne added subscribers: tstellar, mstorsjo, phosek, danalbert, dim, thakis.
ldionne added a comment.
This patch was motivated by D114385 <https://reviews.llvm.org/D114385>, where I did some work to fix libunwind when running on sanitizers. One thing leading to the next, I ended up hitting issues with the 32 bit configuration, and decided I should ask around whether anybody actually wants to keep it around.
Pinging some vendors (or folks who work on other platforms) to hear whether they care about that configuration.
@dim @phosek @mstorsjo @thakis @tstellar @danalbert
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114473/new/
https://reviews.llvm.org/D114473
More information about the libcxx-commits
mailing list