Building the kernel with clang
Building the kernel with clang
Posted Sep 19, 2017 21:17 UTC (Tue) by ndesaulniers (subscriber, #110768)In reply to: Building the kernel with clang by ndesaulniers
Parent article: Building the kernel with Clang
I just spoke with Greg more about UAL so that I might better understand the context around the issue. It seems that UAL is an issue for ARM (pre ARMv8, so 32b ARM). He likened the situation to: "imagine you have a code base written in AT&T syntax, and your assembler only works with GAS, or vice versa." I'm not sure what the situation is for ARMv8, so I'm going to give it a shot (disabling `-no-integrated-as`) and see what breaks.