This is an archive of the discontinued LLVM Phabricator instance.

[SE] Rename PlatformInterfaces to PlatformDevice
ClosedPublic

Authored by jhen on Sep 6 2016, 10:31 AM.

Details

Summary

The only interface that we ever plan to have in this file is
PlatformDevice, so it makes sense to rename the file to reflect that.

Diff Detail

Repository
rL LLVM

Event Timeline

jhen updated this revision to Diff 70430.Sep 6 2016, 10:31 AM
jhen retitled this revision from to [SE] Rename PlatformInterfaces to PlatformDevice.
jhen updated this object.
jhen added a reviewer: jprice.
jhen added a subscriber: parallel_libs-commits.
jprice accepted this revision.Sep 6 2016, 10:38 AM
jprice edited edge metadata.

Looks good, with one minor nit.

streamexecutor/include/streamexecutor/PlatformDevice.h
19–20 ↗(On Diff #70430)

Header guards need changing too.

This revision is now accepted and ready to land.Sep 6 2016, 10:38 AM
jhen updated this revision to Diff 70434.Sep 6 2016, 11:02 AM
jhen edited edge metadata.
  • change include guard names
jhen marked an inline comment as done.Sep 6 2016, 11:03 AM
jhen added inline comments.
streamexecutor/include/streamexecutor/PlatformDevice.h
18–20 ↗(On Diff #70434)

Great catch! Thanks.

This revision was automatically updated to reflect the committed changes.
jhen marked an inline comment as done.
parallel-libs/trunk/streamexecutor/lib/Kernel.cpp