mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-01 19:16:05 +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.