This is an archive of the discontinued LLVM Phabricator instance.

[MemProf] Reenable test with fix for bot failures
ClosedPublic

Authored by tejohnson on Oct 30 2020, 8:14 AM.

Details

Summary

The issue was unexpected macro expansion when the bot's test output
directory contained a token matching a build system macro (e.g.
"linux"). Switch to using a hardcoded path, which is invalid but is
sufficient for ensuring that the path is passed down to the runtime.

Diff Detail

Event Timeline

tejohnson created this revision.Oct 30 2020, 8:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 30 2020, 8:14 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
tejohnson requested review of this revision.Oct 30 2020, 8:14 AM
vitalybuka accepted this revision.Nov 1 2020, 10:24 PM
This revision is now accepted and ready to land.Nov 1 2020, 10:24 PM
This revision was automatically updated to reflect the committed changes.