Skip to content

[llvm-lit] Environment variable not found in LLD subproject with lit internal shell #106594

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
Harini0924 opened this issue Aug 29, 2024 · 1 comment · Fixed by #102063
Closed
1 task done

Comments

@Harini0924
Copy link
Contributor

Harini0924 commented Aug 29, 2024

Currently, an environment variable is not recognized within the LLD subproject, resulting in test failures when using the lit internal shell.
Error displayed:

'ZERO_AR_DATE=0': command not found

This error indicates that the internal shell is misinterpreting environment variable assignments as commands, leading to these failures.

Files with failure:

  • lld/test/MachO/lto-object-path.ll
@llvmbot
Copy link
Member

llvmbot commented Aug 29, 2024

@llvm/issue-subscribers-lld-macho

Author: None (Harini0924)

Currently, an environment variable is not recognized within the LLD subproject, resulting in test failures when using the lit internal shell. Error displayed: ``` 'ZERO_AR_DATE=0': command not found ``` This error indicates that the internal shell is misinterpreting environment variable assignments as commands, leading to these failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants