This is an archive of the discontinued LLVM Phabricator instance.

[Sanitizers] Implement clock_getcpuclockid
ClosedPublic

Authored by guiand on Jul 1 2020, 3:00 PM.

Diff Detail

Event Timeline

guiand created this revision.Jul 1 2020, 3:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 1 2020, 3:00 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Jul 7 2020, 1:40 AM
vitalybuka added inline comments.
compiler-rt/test/sanitizer_common/TestCases/Linux/clock_gettime.c
2 ↗(On Diff #274932)

could you please to put GETCPUCLOCKID test into a separate file?

This revision is now accepted and ready to land.Jul 7 2020, 1:40 AM
guiand updated this revision to Diff 276111.Jul 7 2020, 10:00 AM

Split off the test into its own file

This revision was automatically updated to reflect the committed changes.