mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-30 22:26:06 +00:00

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.