Displaying 2 results from an estimated 2 matches for "getintrinsicforgccbuiltin".
2009 Feb 24
0
[LLVMdev] llvm-gcc (pre-release and svn sources) fails to compile on Solaris10/SPARC
...build procedure. I can confirm,
however, that sometime between 2.4 and 2.5 I built cross llvm-gcc for
sparc-elf (with newlib) and at least it was bult successfully. In any
case, result of codegen is not fully ABI-compliant.
> ../../llvm-gcc-4.2/gcc/llvm-convert.cpp:4387: error:
> 'getIntrinsicForGCCBuiltin' is not a member of 'llvm::Intrinsic'
That's something strange. Are you sure you didn't mixed sources from
release and some older / newer version? What is gcc version on your box?
---
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg...
2009 Feb 24
5
[LLVMdev] llvm-gcc (pre-release and svn sources) fails to compile on Solaris10/SPARC
...ain/llvm-2.5/include
../../llvm-gcc-4.2/gcc/llvm-convert.cpp -o llvm-convert.o
../../llvm-gcc-4.2/gcc/llvm-convert.cpp: In member function 'bool
TreeToLLVM::EmitBuiltinCall(tree_node*, tree_node*, const MemRef*,
llvm::Value*&)':
../../llvm-gcc-4.2/gcc/llvm-convert.cpp:4387: error:
'getIntrinsicForGCCBuiltin' is not a member of 'llvm::Intrinsic'
make[2]: *** [llvm-convert.o] Error 1
make[2]: Leaving directory
`/local/space2/llvm_toolchain/llvm-gcc4.2-2.5-objects/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory
`/local/space2/llvm_toolchain/llvm-gcc4.2-2.5-objects'
mak...