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

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 23 14:17:49 PST 2021


MaskRay added a comment.

> [runtimes] Remove support for building in 32 bits mode on a 64 bit target

I think this needs to be clarified. It is about the GCC multilib style -m32 (inherited to Clang), not about the general cross-compilation feature.

I think there are still users with 32-bit cross compilation need on 64-bit host. Do you have a supported build  instruction for them?


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