[LLVMdev] LLVM make check-lit results *not reproducible* in certain cases WAS: [llvm-commits]: Initial cut of ARM MC ELF emitter (PATCH)
Rafael Espindola
espindola at google.com
Tue Sep 21 21:20:10 PDT 2010
So, if I understand you correctly the summary is that doing
* Build llvm and install it in /foo/bar
* Build llvm-gcc and install it in /foo/bar
* export PATH=/foo/bar/bin:$PATH
* Build llvm again in a unrelated build directory
and then running "make check-lit" in the second directory causes
/foo/bar/bin/llc and similar tools to be used instead of the recently
build tools? If that is the case, that really looks like a bug. Could
you please report it?
> Thanks for reading!
>
> -jason
Thanks,
--
Rafael Ávila de Espíndola
More information about the llvm-dev
mailing list