[scudo] Temporarily disable the build of Timer.
authorChia-hung Duan <chiahungduan@google.com>
Tue, 4 Apr 2023 00:58:40 +0000 (00:58 +0000)
committerChia-hung Duan <chiahungduan@google.com>
Tue, 4 Apr 2023 01:04:24 +0000 (01:04 +0000)
commit10b11aadc54f0eed2f05214c0d627d16f01457a9
treeeb0a6b30adc65f61b3b2fb121dfdb92c2a0d9511
parentc93709af9a23dde2f1f01fb4dac83a767ae0854e
[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
compiler-rt/lib/scudo/standalone/CMakeLists.txt
compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt