[llvm-commits] {PATCH] fix 'make check' on Solaris10

Török Edvin edwintorok at gmail.com
Sat Oct 18 10:30:37 PDT 2008


Hi,

On Solaris 10/x86 the default grep is not GNU grep, same for as.
Attached is a patch that uses autoconf to find the correct grep and as.

Without this patch on Solaris 9 tests fail:
# of unexpected failures 9
# of unexpected successes 1
# of expected failures 6

With this patch:
# of unexpected failures 1
# of unexpected successes 1
# of expected failures 6

[the one failing test is because LLVMHello.so is not built, it cannot
find install-sh]

solaris-llvm24.patch is for the release branch,  its the same as
solaris.patch, but on trunk
valgrind got added to the Makefile, and the patch failed to apply, so
I regenerated it.

Is this OK for trunk?
If yes, can this also be pulled into the release branch?

Best regards,
--Edwin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: solaris.patch
Type: text/x-diff
Size: 2364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20081018/40c3e0b2/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: solaris-llvm24.patch
Type: text/x-diff
Size: 2325 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20081018/40c3e0b2/attachment-0001.patch>


More information about the llvm-commits mailing list