[libcxx-commits] [PATCH] D114473: [runtimes] Remove support for building in 32 bits mode on a 64 bit target

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 23 14:31:18 PST 2021


phosek added a comment.

I wasn't involved in development of this feature, but I assume it was intended for the 32-bit multilib build? If so, I'm not sure how useful this is because you cannot build both 32-bit and 64-bit library in a single build, and the build system doesn't use the multilib layout, so you still need to do two builds and then some manual copying. Passing the right triple to the build should be equivalent in terms of effort required on the user side so I'm supportive of removing this feature.


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