This is an archive of the discontinued LLVM Phabricator instance.

[testsuite][M680x0] Add CycleTimer implementation for M68K architecture
ClosedPublic

Authored by myhsu on Oct 7 2020, 2:47 PM.

Details

Reviewers
lebedev.ri
Summary

This is a cherrypick of the upstream fix commit ffe1342 onto the google benchmark within llvm-test-suite.
This adds CycleTimer implementation for M680x0, and simply uses gettimeofday to implement, same as MIPS.

Diff Detail