[all-commits] [llvm/llvm-project] d4aacc: [sanitizer] Don't use newfstatat for Linux on SPARC

John Paul Adrian Glaubitz via All-commits all-commits at lists.llvm.org
Mon May 16 12:22:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d4aacc1a013e9de4011adb051cdcae1ae6fc9baf
      https://github.com/llvm/llvm-project/commit/d4aacc1a013e9de4011adb051cdcae1ae6fc9baf
  Author: John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>
  Date:   2022-05-16 (Mon, 16 May 2022)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
    M compiler-rt/lib/sanitizer_common/sanitizer_platform.h

  Log Message:
  -----------
  [sanitizer] Don't use newfstatat for Linux on SPARC

Linux on SPARC uses fstatat64 instead.

Reviewed By: MaskRay

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




More information about the All-commits mailing list