[PATCH] D101967: [Driver] Use x86-64 libc++ headers with -m32

Roland McGrath via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 6 11:19:16 PDT 2021


mcgrathr accepted this revision.
mcgrathr added a comment.
This revision is now accepted and ready to land.

lgtm. I'm not sure what better to do that's especially cleaner, except actually just installing i386-fuchsia header subdirs.  The easy way to do that would be to just build it all for the target, but we don't have fuchsia libc for that target so it would be a new configuration for bare metal libc++ and we don't actually have anybody who really needs libc++ compiled for that target, only the headers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101967



More information about the cfe-commits mailing list