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

Only apply asm goto hacks on LLVM 8 and earlier plus make CI green again #174

Closed nathanchance closed 5 years ago

nathanchance commented 5 years ago

Now that LLVM 9 supports asm goto, we do not need to apply any patches for things to pass (hooray!)

However, we still want to test with LLVM 8 so we can easily see if a regression is an LLVM or kernel side one.

See the individual commit messages for further information.

As a consequence of now being able to apply patches to a specific version of LLVM, apply Nick's -z common-page-size removal patch since it doesn't look like it is going to be applied upstream any time soon and I feel CI has been red for too long.