This is an archive of the discontinued LLVM Phabricator instance.

[memprof] Change test output redirection to enable it to run on Windows
ClosedPublic

Authored by andrewng on Jan 20 2023, 8:30 AM.

Diff Detail

Event Timeline

andrewng created this revision.Jan 20 2023, 8:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 20 2023, 8:30 AM
andrewng requested review of this revision.Jan 20 2023, 8:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 20 2023, 8:30 AM
snehasish accepted this revision.Jan 26 2023, 1:19 PM

While the change itself looks good to me, this test is for linux (REQUIRES: x86_64-linux). Is there some motivation for this change?

This revision is now accepted and ready to land.Jan 26 2023, 1:19 PM

While the change itself looks good to me, this test is for linux (REQUIRES: x86_64-linux). Is there some motivation for this change?

If you build a Windows LLVM toolchain that targets x86_64-linux by default (i.e. cross compilation for Linux on Windows), then this test will be run.

Thanks for the review.

This revision was landed with ongoing or failed builds.Jan 30 2023, 2:43 AM
This revision was automatically updated to reflect the committed changes.