x86 is only used for the bootloader and we use x86-64 libc++ headers
in that case.
Details
Details
- Reviewers
mcgrathr leonardchan
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.
Comment Actions
After some further discussion, we've decided to generate a __config_site in our build only for the specific purpose.