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

travis: Bump LLVM version #204

Closed nathanchance closed 4 years ago

nathanchance commented 4 years ago

Same logic as https://github.com/ClangBuiltLinux/dockerimage/pull/36.

TODO: Try to simplify this logic by making the versioning automatic in driver.sh if running a Travis build (Travis specific variables set for example).

nathanchance commented 4 years ago

Executive merging as we need this otherwise every single build will fail because the Docker image and this repo will be out of sync. I'll deal with the flames tomorrow.

I already know that two outstanding issues will cause some failures but each has a patch:

Worst case, we can apply those patches but given they are just warnings, we can use KCFLAGS to hide them just through make. We'll see how much everything is on fire tomorrow.