You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The s390 folks have updated their asm to work with the integrated
assembler. Enable it for s390 builds on -next.
We cannot switch to LLVM=1 because ld.lld and llvm-objcopy do not
support s390:
ClangBuiltLinux/linux#1524ClangBuiltLinux/linux#1530
For now, we will just use 'CC=clang LLVM_IAS=1'.
Closes: ClangBuiltLinux#363
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
…inline
The s390 folks have updated their asm to work with the integrated
assembler. Enable it for s390 builds on -next and mainline.
We cannot switch to LLVM=1 because ld.lld and llvm-objcopy do not
support s390:
ClangBuiltLinux/linux#1524ClangBuiltLinux/linux#1530
For now, we will just use 'CC=clang LLVM_IAS=1'.
Closes: ClangBuiltLinux#363
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
https://lore.kernel.org/lkml/20220511120532.2228616-1-hca@linux.ibm.com/
similar to #358 integrated assembler support is in the works for s390. When that lands, we should test it
The text was updated successfully, but these errors were encountered: