[all-commits] [llvm/llvm-project] 884040: libsanitizer: Remove cyclades inclusion in sanitizer

Tamar Christina via All-commits all-commits at lists.llvm.org
Tue Jun 22 11:02:18 PDT 2021


  Branch: refs/heads/release/12.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 884040db086936107ec81656aa5b4c607235fb9a
      https://github.com/llvm/llvm-project/commit/884040db086936107ec81656aa5b4c607235fb9a
  Author: Tamar Christina <tamar.christina at arm.com>
  Date:   2021-06-22 (Tue, 22 Jun 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h

  Log Message:
  -----------
  libsanitizer: Remove cyclades inclusion in sanitizer

The Linux kernel has removed the interface to cyclades from
the latest kernel headers[1] due to them being orphaned for the
past 13 years.

libsanitizer uses this header when compiling against glibc, but
glibcs itself doesn't seem to have any references to cyclades.

Further more it seems that the driver is broken in the kernel and
the firmware doesn't seem to be available anymore.

As such since this is breaking the build of libsanitizer (and so the
GCC bootstrap[2]) I propose to remove this.

[1] https://lkml.org/lkml/2021/3/2/153
[2] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100379

Reviewed By: eugenis

Differential Revision: https://reviews.llvm.org/D102059

(cherry picked from commit 68d5235cb58f988c71b403334cd9482d663841ab)




More information about the All-commits mailing list