[LLVMdev] Problems with 'make check'
Aaron Gray
angray at beeb.net
Tue May 8 13:45:56 PDT 2007
> Please note that the path is (purposefully) not used to locate test
> executables. Many of us have many LLVM environments and using the path
> leads to confusion. What the makefile is looking for is the LLVMGCC
> variable to be set. It wasn't so when substituted you get a null string
> which leads to attempting to execute "-emit-llvm" (the first argument
> after the null program name). You can resolve this by using the
> --with-llvmgccdir option when configuring llvm.
Right I will amend my proceedure.
Its odd as it has worked fine uptil now.
Thanks,
Aaron
More information about the llvm-dev
mailing list