#15226 closed enhancement (fixed)
llvm (compiler_rt) FTBFS with kernel 5.13.0 headers
Reported by: | Owned by: | Douglas R. Reno | |
---|---|---|---|
Priority: | normal | Milestone: | 11.0 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
In discussion about gcc and kernel 5.13.0 headers, Jean-Marc Pigeon reported "There is the same exact problem (sanitizer + Cyclades ) further on with LLVM and compiler-rt-12.0.0.src.tar.xz"
I found an llvm review at https://reviews.llvm.org/D102059 and I can see that fedora (using 12.0.1rc1) have backported a patch [ https://src.fedoraproject.org/rpms/compiler-rt/tree/rawhide] : 0004-PATCH-compiler-rt-libsanitizer-Remove-cyclades-inclu.patch
They also have other patches, I guess we don't need those at the moment. Unsure if that patch applies to 12.0.0.
Raising this for someone to take a look.
Change History (5)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 4 years ago
For the record, Fedora's patch is gone. I'll apply it directly from https://reviews.llvm.org/rG884040db086936107ec81656aa5b4c607235fb9a
comment:4 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
It looks like it should apply directly to what we have already. We only need 0004, unless we don't get a new LLVM before the next glibc (August?). In that case, we'll need 0002 as well.