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
Currently, an environment variable is not recognized within the LLVM subproject, resulting in test failures when using the lit internal shell. Error displayed:
'JITDUMPDIR=/usr/local/google/home/harinidonthula/llvm-project/build/test/ExecutionEngine/JITLink/x86-64/Output/ELF_perf.s.tmp': command not found
This error indicates that the internal shell is misinterpreting environment variable assignments as commands, leading to these failures.