[llvm] r178221 - Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don't support JIT.
Ulrich Weigand
Ulrich.Weigand at de.ibm.com
Thu Apr 4 04:58:54 PDT 2013
"Jyotsna Verma" <jverma at codeaurora.org> wrote on 03.04.2013 22:55:16:
> I guess there is a problem. As you pointed out, the TARGET_HAS_JIT macro
> should be checked after Makefile.config has been included. I will take
care
> of it.
Thanks!
> However, while looking at the llvm buildbot result for make check-all, I
> found these tests running for some of the x86 configuration:
>
http://lab.llvm.org:8011/builders/clang-x86_64-debian/builds/6315/steps/chec
> k-all/logs/stdio.
Hmm. "make check-all" simply runs the unit test executable (if it is
already there). The unit test executable is *built* during the regular
build step. I guess the difference is whether this build step was
done using "make" (in which case the JIT/MCJIT tests would not have
been built in) or using "cmake" (in which case they would).
Bye,
Ulrich
More information about the llvm-commits
mailing list