[LLVMdev] Test failures

Ulrich Weigand Ulrich.Weigand at de.ibm.com
Thu May 16 04:39:19 PDT 2013


Csaba Raduly <rcsaba at gmail.com> wrote:

> error: no disassembler for target s390x--linux-gnu

The SystemZ disassembler was only recently added.  To process major changes
to the source tree like the addition of a completely new component, it
seems to be necessary to explicitly re-run configure (or sometimes even
remove the build directory completely and start from scratch).  I've seen
similar problems in the past (e.g. when the PowerPC assembler was added, or
when the SystemZ target itself was added).

For some reason, a simple "make" or "make clean" does not appear to detect
that it needs to re-run configure.  Can you try doing this manually on your
build system?

Bye,
Ulrich




More information about the llvm-dev mailing list