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.
Details
Details
- Reviewers
cferris - Commits
- rG10b11aadc54f: [scudo] Temporarily disable the build of Timer.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo