Using LLVM built with LLVM_ENABLE_ASSERTION=On & LLVM_ENABLE_THREADS=Off,
12 LIT tests under llvm/test/ExecutionEngine/MCJIT/remote/ fail (on x86_64
linux host) with the same error message (and same backtrace).
Error Message:
llvm-project/build/bin/lli-child-target error: this tool requires threads, but LLVM was built with LLVM_ENABLE_THREADS=Off
If running these tests require LLVM_ENABLE_THREADS=On, there's no point in
running them when using LLVM built with LLVM_ENABLE_THREADS=Off. This commit
updates the appropriate lit.local.cfg file so that these tests are only run
if LLVM_ENABLE_THREADS=On.