This is an archive of the discontinued LLVM Phabricator instance.

[libc][benchmarks] Link the memory benchmark exes to functions from LLVM libc.
ClosedPublic

Authored by sivachandra on Jun 15 2020, 11:46 PM.

Details

Summary

To get the target order correct, the benchmarks directory has been moved
one level higher. Previously, it was living in the utils directory. The
utils directory is a collection of utils which are to be used by the
tests and implementations. However, benchmarks *use* the
implementations. So, moving it out of utils helps us setup proper
target level dependencies.

Diff Detail

Event Timeline

sivachandra created this revision.Jun 15 2020, 11:46 PM
This revision is now accepted and ready to land.Jun 16 2020, 2:00 PM
This revision was automatically updated to reflect the committed changes.