This is an archive of the discontinued LLVM Phabricator instance.

Use litsupport.shellcommand to set LLVM_PROFILE_FILE
ClosedPublic

Authored by MatzeB on Mar 8 2022, 9:07 AM.

Details

Summary
  • Fix bug in shellcommand.envvars handling set variables before the command.
  • Use shellcommand in profilegen mutator to fix bug reported in D120406

Diff Detail

Repository
rT test-suite

Event Timeline

MatzeB created this revision.Mar 8 2022, 9:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2022, 9:07 AM
taolq accepted this revision.Mar 9 2022, 6:41 AM

Thanks for the fix.
This patch works well. All MicroBenchmarks passed at the profile generation run.

This revision is now accepted and ready to land.Mar 9 2022, 6:41 AM
This revision was automatically updated to reflect the committed changes.