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

LLVM_VERSION=8 builds after asm goto #167

Closed nathanchance closed 5 years ago

nathanchance commented 5 years ago

This is a meta issue to decide what to do about the LLVM 8 builds we are running once asm goto is available to us in an LLVM 9 build. Do we keep the asm goto removal patches around for just LLVM 8 or do we turn off LLVM 8 builds until LLVM 9 is stable, where we would make LLVM 9 builds the stable ones and LLVM 10 the development ones?

nickdesaulniers commented 5 years ago

implications for https://github.com/ClangBuiltLinux/continuous-integration/commits/asm_goto. Let me think more about this. @arndb has a crazy idea to do our own release of clang-8 for kernel.org, with asm goto fully backported. I like that idea.

nathanchance commented 5 years ago

he's a madman

I like the idea too, especially since it would tackle getting clang builds available for everyone which was mentioned back at Linux Plumbers.