[all-commits] [llvm/llvm-project] 6c75db: Disable getauxval for Go

Keith Randall via All-commits all-commits at lists.llvm.org
Fri Jul 31 10:13:29 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c75db8b4bc59eace18143ce086419d37da24746
      https://github.com/llvm/llvm-project/commit/6c75db8b4bc59eace18143ce086419d37da24746
  Author: Keith Randall <khr at golang.org>
  Date:   2020-07-31 (Fri, 31 Jul 2020)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_getauxval.h

  Log Message:
  -----------
  Disable getauxval for Go

We want the Go build to not use getauxval, as we must support glibc < 2.16 platforms.

Reviewed By: dvyukov

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




More information about the All-commits mailing list