ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

Enable integrated-as on selected arches on linux-next #274

Closed tpimh closed 4 years ago

tpimh commented 4 years ago

As seen here, arm32_v5, arm64, x86 and x86_64 already have all necessary patches on linux-next to be built with integrated-as enabled. ARM64 still produces a lot of warnings due to https://github.com/ClangBuiltLinux/linux/issues/716.

nickdesaulniers commented 4 years ago

thanks for the patch!