This is an archive of the discontinued LLVM Phabricator instance.

[LLVM] Fix LLVM_CSPROFILE_FILE_PATTERN not being used
AbandonedPublic

Authored by tambre on Apr 5 2020, 5:22 AM.

Details

Reviewers
chandlerc
Summary

Seems to be a copy-paste error due to which LLVM_CSPROFILE_FILE_PATTERN isn't actually used anywhere.

Diff Detail

Event Timeline

tambre created this revision.Apr 5 2020, 5:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 5 2020, 5:22 AM
tambre abandoned this revision.Apr 5 2020, 6:47 AM

Just discovered that only -fprofile-instr-generate supports taking a pattern, but others don't. Seems inconsistent. I'd like to use a pattern not a directory with -fcs-profile-generate too.