Building the kernel with clang
Building the kernel with clang
Posted Sep 19, 2017 20:50 UTC (Tue) by WolfWings (subscriber, #56790)In reply to: Building the kernel with clang by sfeam
Parent article: Building the kernel with Clang
I think it's more the sheer quantity of hand-written assembly in various bits of the kernel has been written to a "be overly tolerant with input, and overly strict with output" mantra, which includes what assembly (inline for standalone files) the GNU assembler accepts versus what the CLANG project will accept.