ClangBuiltLinux / ClangBuiltLinux.github.io

A repo that hosts a static site on github pages
https://ClangBuiltLinux.github.io
7 stars 5 forks source link

Add note for s390+lld support (or lack thereof) #67

Open JustinStitt opened 5 months ago

JustinStitt commented 5 months ago

I was recently trying to get an s390 build built with LLVM=1 and was running into issues. I then stumbled upon https://github.com/ClangBuiltLinux/linux/issues/1524 which cleared things up. I think we should note to future travelers that although s390 is in the category of:

"The following architectures are targetable from both LLVM and the Linux kernel and are relatively well supported and tested:"

It isn't exactly buildable with LLVM=1. Let's add a note (using GitHub's really cool md NOTE syntax)

[!NOTE] I am a note!

edit: I just saw https://lore.kernel.org/all/20240207-s390-lld-and-orphan-warn-v1-0-8a665b3346ab@kernel.org/ and https://github.com/llvm/llvm-project/pull/75643 ... we'll see how it goes