Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LLVM][test][nfc] Updating test to work with internal shell (#98370)
The RUN line attempts to set the JITDUMPDIR environment variable, which fails in llvm-lit's internal shell. This patch prefixes JITDUMPDIR with env so that the behavior of setting the variable is as expected in the internal shell.
- Loading branch information