This is an archive of the discontinued LLVM Phabricator instance.

[profile] Rename InstrProfilingPlatform(Linux|Darwin)
AcceptedPublic

Authored by phosek on May 22 2018, 11:54 AM.

Details

Reviewers
vsk
davidxl
Summary

Rename InstrProfilingPlatform(Linux|Darwin) to
InstrProfilingPlatform(ELF|MachO) since these files are more
specific to linker and file format than OS.

Diff Detail

Event Timeline

phosek created this revision.May 22 2018, 11:54 AM
Herald added subscribers: Restricted Project, llvm-commits, mgorny. · View Herald TranscriptMay 22 2018, 11:54 AM
davidxl accepted this revision.May 23 2018, 8:36 AM

lgtm

This revision is now accepted and ready to land.May 23 2018, 8:36 AM