This introduces a new platform of clang_windows with a PIC configuration (pic).
This allows us to build compiler-rt for Windows ARMv7 (NT), X86, and X64. It
requires that a sysroot be provided which can be constructed from the MSVCRT
headers.
Details
- Reviewers
t.p.northover
Diff Detail
Event Timeline
FYI makefile-based build system in compiler-rt is kind of in "support mode" - we try to keep it in working state on Linux/Darwin, but I am not aware of its owner, and we don't plan to extend it. I'd be really happy if you're able to use CMake for your purposes.
macho-embedded was added rather recently. Unfortunately, CMake is far more complicated to add support for this IMO (at least for me).
Hi Saleem,
I obviously have nothing useful to say about the Windows specific details, so I'm probably not the best person to review this.
But this seems not to build on Linux (with an error about "lipo", so I assume the generic infrastructure is expecting OS X). There's also a file missing; I suppose the two could be related.
Cheers.
Tim.
make/platform/clang_windows.mk | ||
---|---|---|
6 | This file is missing. |
This file is missing.