Displaying 1 result from an estimated 1 matches for "nonpodobjectvalu".
Did you mean:
nonpodobjectvalue
2011 Jan 08
1
[LLVMdev] make check on Darwin - some failed tests.
...:: FrontendC/2010-11-16-asmblock.c
LLVM :: FrontendC/2010-12-01-CommonGlobal.c
LLVM :: FrontendC/arrayderef.c
LLVM :: FrontendC/asm-reg-var-local.c
LLVM :: FrontendC/misaligned-param.c
LLVM :: FrontendC/vla-1.c
LLVM :: FrontendC/vla-2.c
LLVM :: FrontendObjC++/2010-08-02-NonPODObjectValue.mm
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 situat...