[LLVMdev] Undefined symbol in Hello pass
dalej
dalej at apple.com
Thu Dec 2 14:50:59 PST 2010
On Dec 2, 2010, at 2:37 PM, Scott Ricketts wrote:
> My install went fine except for some failures during make check
> (Unexpected Failures: 92). All failures were in one of the following:
>
> LLVM::FrontendC++
> LLVM::FrontendC
> LLVM::FrontendObjC++
> LLVM::FrontendObjC
These are actually testing llvm-gcc, not llvm. If you build and install llvm-gcc, and tell llvm where it is, they should work.
> LLVM::Transforms
These should not fail and indicate some kind of problem.
More information about the llvm-dev
mailing list