**Warning: to be commited on "flag day"
This enables LLVM as default toolchain/compiler/linker for PowerPC, PowerPCSPE and PowerPC64 platforms.
Differential D20378
[PowerPC64] LLVM as default toolchain for PowerPC and PowerPC64 alfredo on May 23 2019, 2:09 PM. Authored by Tags Referenced Files
Details
**Warning: to be commited on "flag day" This enables LLVM as default toolchain/compiler/linker for PowerPC, PowerPCSPE and PowerPC64 platforms.
Diff Detail
Event Timeline
Comment Actions Can't this be done for powerpc*? powerpcspe is probably the only thing that doesn't fully work upstream yet, but I have patches in-flight that might land in LLVM9 before too long. Comment Actions
Comment Actions Patch updated to resolve conflict with current HEAD, and also makes LLD as LD in powerpc (thanks to @bdragon) Comment Actions ObsoleteFiles.inc will also need updates since we switch from ld.bfd for 32-bits after all. Comment Actions You will also need updates to share/man/man7/arch.7 to account for default compiler and linker changes. Comment Actions AFAIK the plan is to switch all three powerpc* at once and there are currently problems on powerpc64 with linuxkpi (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241728) and on powerpc with PF kernel module.
|