You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…rt command in lit's internal shell (#105961)
This patch fixes the incorrect usage of lit's built-in `export` command.
There is a typo in raising the error itself where the error being raised
had the wrong number of parameters passed in.
Fixes#102386.
schwitanski
pushed a commit
to RWTH-HPC/llvm-lit-mirror
that referenced
this issue
Feb 27, 2025
…rt command in lit's internal shell (#105961)
This patch fixes the incorrect usage of lit's built-in `export` command.
There is a typo in raising the error itself where the error being raised
had the wrong number of parameters passed in.
Fixesllvm/llvm-project#102386.
A compiler-rt test using the
export
command is failing when run with lit’s internal shell.Error message:
The text was updated successfully, but these errors were encountered: