From e8abcd92d80a886777e81d495c00974a371a6e6c Mon Sep 17 00:00:00 2001 From: Justin Stitt Date: Thu, 8 Feb 2024 22:30:11 +0000 Subject: [PATCH] add note about s390 and lld --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index e24ea64..d60512a 100644 --- a/readme.md +++ b/readme.md @@ -96,3 +96,6 @@ The following architectures are targetable from LLVM but not the Linux kernel: * ve * webassembly * xcore + +> [!NOTE] +> s390 is not fully supported by ld.lld and as such [requires special care to build properly](https://github.com/ClangBuiltLinux/linux/issues/1524)