This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Temporarily disable the build of Timer.
ClosedPublic

Authored by Chia-hungDuan on Apr 3 2023, 6:02 PM.

Details

Summary

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.

Diff Detail

Event Timeline

Chia-hungDuan created this revision.Apr 3 2023, 6:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2023, 6:02 PM
Chia-hungDuan requested review of this revision.Apr 3 2023, 6:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2023, 6:02 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
cferris accepted this revision.Apr 3 2023, 6:03 PM

LGTM

This revision is now accepted and ready to land.Apr 3 2023, 6:03 PM
This revision was landed with ongoing or failed builds.Apr 3 2023, 6:05 PM
This revision was automatically updated to reflect the committed changes.