Commit Graph

3 Commits

Author SHA1 Message Date
Ramon Asuncion
a7cf3ecd95 [Test][Distributed] Apply %env- subtituion to environment varibles in RUN lines 2025-09-30 06:03:33 -07:00
Ramon Asuncion
09b6499b94 [Test][Distributed] Convert VAR=value to env VAR=value for Lit shell
Convert `VAR=value cmd` to `env VAR=value cmd` in Distributed tests to ensure compatibility with LLVM Lit’s internal shell.

Partially address #84407
2025-09-29 07:59:40 -07:00
Konrad `ktoso` Malawski
f21d029b82 [Distributed] Accessor must be available cross module in resilient mode (#80523)
* [Distributed] Accessor must be available cross module in resilient mode

This is an important fix for libraries using @Resolvable in resilient
libraries. Without the fix we're missing an accessor and this will fail
some remote calls which make use of remote calls on resolvable
protocols. This would manifest as missing accessor error thrown by the
executeDistributedTarget function.

resolves rdar://148224780

* Disable test on windows since %env not supported
2025-04-07 02:09:23 -07:00