[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
Loading
Please register or sign in to comment