[LLVMdev] make check on Darwin - some failed tests.
Benjamin Kramer
benny.kra at googlemail.com
Sat Jan 8 08:47:57 PST 2011
On 08.01.2011, at 17:27, Francois Pichet wrote:
> The problem is surely that "make check" is picking llvm-gcc from
> /usr/bin/. That llvm-gcc was probably installed by xcode and is not up
> to date with the llvm trunk
>
> Now I don't want to compile llvm-gcc myself or overwrite what was
> installed by xcode?
>
> How to deal with such situation if I want all tests to pass?
> Is there a way to disable the llvm-gcc tests when calling make check?
configuring with "--without-llvmgcc --without-llvmgxx" will keep make check
from picking up your system's or any other llvm-gcc.
More information about the llvm-dev
mailing list