[all-commits] [llvm/llvm-project] 10b11a: [scudo] Temporarily disable the build of Timer.

ChiaHungDuan via All-commits all-commits at lists.llvm.org
Mon Apr 3 18:05:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10b11aadc54f0eed2f05214c0d627d16f01457a9
      https://github.com/llvm/llvm-project/commit/10b11aadc54f0eed2f05214c0d627d16f01457a9
  Author: Chia-hung Duan <chiahungduan at google.com>
  Date:   2023-04-04 (Tue, 04 Apr 2023)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/CMakeLists.txt
    M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt

  Log Message:
  -----------
  [scudo] Temporarily disable the build of Timer.

The placeholder was %llu while merged but it may cause problem on some
platforms that enable -Wformat. It was incorrect changed to %lu which
cause the test failure because string_utils doesn't support %lu. Will
bring this back after we fix the placeholder.

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




More information about the All-commits mailing list