This is an archive of the discontinued LLVM Phabricator instance.

[LIT] Add win32 PLATFORM env var to test config
ClosedPublic

Authored by omjavaid on Nov 3 2021, 8:13 PM.

Details

Summary

LIT skips various system environment variables while building test
config. It turns out that we require PLATFORM environment variable for
detection of x86 vs Arm windows platform.

This patch adds system environment variable PLATFORM into LIT test
config for detection of win32 Arm platform.

Diff Detail

Event Timeline

omjavaid created this revision.Nov 3 2021, 8:13 PM
omjavaid requested review of this revision.Nov 3 2021, 8:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 3 2021, 8:13 PM
mstorsjo accepted this revision.Nov 4 2021, 1:23 AM

LGTM

This revision is now accepted and ready to land.Nov 4 2021, 1:23 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2021, 5:44 AM